mirror of
https://github.com/ets-labs/python-dependency-injector.git
synced 2024-11-22 09:36:48 +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
|
||||
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
|
||||
-----
|
||||
- Fix a bug in wiring ``@inject`` with not properly working ``FastAPI.Depends`` directive.
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
"""Top-level package."""
|
||||
|
||||
__version__ = '4.5.2'
|
||||
__version__ = '4.5.3'
|
||||
"""Version number.
|
||||
|
||||
:type: str
|
||||
|
|
Loading…
Reference in New Issue
Block a user