mirror of
https://github.com/ets-labs/python-dependency-injector.git
synced 2024-11-25 19:14:00 +03:00
Bump version to 4.5.3
This commit is contained in:
parent
c1e53e5edd
commit
730baf87d8
|
@ -7,6 +7,13 @@ that were made in every particular version.
|
||||||
From version 0.7.6 *Dependency Injector* framework strictly
|
From version 0.7.6 *Dependency Injector* framework strictly
|
||||||
follows `Semantic versioning`_
|
follows `Semantic versioning`_
|
||||||
|
|
||||||
|
4.5.3
|
||||||
|
-----
|
||||||
|
- Fix ``4.5.2`` degradation bug in wiring ``@inject`` with not working ``FastAPI.Depends`` directive.
|
||||||
|
See issue `#331 <https://github.com/ets-labs/python-dependency-injector/issues/331>`_ for details.
|
||||||
|
Thanks to `Juan Esteban Marín <https://github.com/juanmarin96>`_ for reporting the issue.
|
||||||
|
- Add ``FastAPI`` tests.
|
||||||
|
|
||||||
4.5.2
|
4.5.2
|
||||||
-----
|
-----
|
||||||
- Fix a bug in wiring ``@inject`` with not properly working ``FastAPI.Depends`` directive.
|
- Fix a bug in wiring ``@inject`` with not properly working ``FastAPI.Depends`` directive.
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
"""Top-level package."""
|
"""Top-level package."""
|
||||||
|
|
||||||
__version__ = '4.5.2'
|
__version__ = '4.5.3'
|
||||||
"""Version number.
|
"""Version number.
|
||||||
|
|
||||||
:type: str
|
:type: str
|
||||||
|
|
Loading…
Reference in New Issue
Block a user