Fastapi-injector

Latest version: v0.6.2

Safety actively analyzes 706567 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 2 of 3

0.5.1

What's Changed
* Add support for websockets by soldag in https://github.com/matyasrichter/fastapi-injector/pull/15


**Full Changelog**: https://github.com/matyasrichter/fastapi-injector/compare/0.5.0...0.5.1

0.5.0

What's Changed
* Allow to create request scopes outside of the middleware by soldag in https://github.com/matyasrichter/fastapi-injector/pull/12
* Drop support for Python 3.7 in https://github.com/matyasrichter/fastapi-injector/pull/13

New Contributors
* soldag made their first contribution in https://github.com/matyasrichter/fastapi-injector/pull/12

**Full Changelog**: https://github.com/matyasrichter/fastapi-injector/compare/0.4.0...0.5.0

0.4.0

- Added CI for Python 3.11

New contribution by zenndos / danielknell:
- The dependency created by `Injected` is now async. The original sync implementation would run on a separate thread, wasting resources and causing issues with dependencies that need the event loop.
- Added a `SyncInjected` dependency factory that preserves the original behaviour (note that blocking IO in providers is still discouraged).

0.3.0

This release adds the RequestScope. See the README for more details.

0.2.1

- Add missing README to package metadata

0.2.0

- Add `py.typed` marker
- Drop support for python3.6
- Switch from setup.py and requirements.txt to poetry/pyproject.toml

Page 2 of 3

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.