Skip to content

Releases: matyasrichter/fastapi-injector

v0.4.0

06 Jan 08:22
0.4.0
25b4a81
Compare
Choose a tag to compare
  • 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).

v0.3.0

17 Jun 18:03
0.3.0
de54557
Compare
Choose a tag to compare

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

v0.2.1

06 Jun 17:46
0.2.1
c23ba6a
Compare
Choose a tag to compare
  • Add missing README to package metadata

v0.2.0

06 Jun 17:43
0.2.0
1a0cd54
Compare
Choose a tag to compare
  • Add py.typed marker
  • Drop support for python3.6
  • Switch from setup.py and requirements.txt to poetry/pyproject.toml

v0.1.2

22 Jan 12:08
0.1.2
87b8e67
Compare
Choose a tag to compare
  • Added get_injector_instance to __all__

v0.1.1

30 Nov 12:04
0.1.1
19ff2df
Compare
Choose a tag to compare

v0.1.0

29 Nov 22:28
0.1.0
a6ec185
Compare
Choose a tag to compare

Initial release