Releases: matyasrichter/fastapi-injector
Releases · matyasrichter/fastapi-injector
0.7.1
0.7.0
What's Changed
- Provide an accurate return type for Injected and SyncInjected by @eirikur-nc in #36
New Contributors
- @eirikur-nc made their first contribution in #36
Full Changelog: 0.6.2...0.7.0
0.6.2
This release only fixes the build status badge in README.
0.6.1
0.6.0
What's Changed
Potentially breaking
- Make FastAPI an optional dependency by @hasier in #30
- Allows using
fastapi-injector
withfastapi-slim
- If you used to install
fastapi
only as a transitive dependency offastapi-injector
, you will need to either use the new extras or installfastapi
separately.
- Allows using
Other changes
- Update examples in README to add clarity by @matyasrichter in #27
New Contributors
Full Changelog: 0.5.4...0.6.0
0.5.4
What's Changed
- Set the middleware scope to starlette.types.Scope by @ljnsn in #21
- Bind RequestScopeFactory to make it work with
auto_bind=False
by @matyasrichter in #25 - Update dev dependencies in #22, #23, #24
New Contributors
Full Changelog: 0.5.3...0.5.4
0.5.3
0.5.2
Python 3.12 support