Releases: jvllmr/fastapi-deferred-init
Releases · jvllmr/fastapi-deferred-init
v0.2.7
- compatibility with FastAPI 0.115.2
v0.2.6
- recover status_code check
- improve testing
- use only FastAPI 0.114.0 or higher
v0.2.5
- fix an uncaught infinite recursion when using the dependencies arg on a route
v0.2.4
- compatibility with FastAPI 0.113.0
v0.2.3
- compatibility with FastAPI 0.112.3
v0.2.2.post1
- Update package metadata and README
v0.2.2
- fix Pydantic JSON bodies won't get filled correctly
v0.2.0
- Remove monkey-patch
- Remove Exceptions I forgot to remove
v0.1.0
First draft of this Project