mirror of
https://github.com/ets-labs/python-dependency-injector.git
synced 2024-11-25 11:04:01 +03:00
Bump version to 4.5.2
This commit is contained in:
parent
afa39b148e
commit
de092023b8
|
@ -7,6 +7,12 @@ 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.2
|
||||||
|
-----
|
||||||
|
- Fix a bug in wiring ``@inject`` with not properly working ``FastAPI.Depends`` directive.
|
||||||
|
See issue `#330 <https://github.com/ets-labs/python-dependency-injector/issues/330>`_ for details.
|
||||||
|
Thanks to `Lojka-oops <https://github.com/Lojka-oops>`_ for reporting the issue.
|
||||||
|
|
||||||
4.5.1
|
4.5.1
|
||||||
-----
|
-----
|
||||||
- Fix flake8 issue in ``Commands and Handlers`` example.
|
- Fix flake8 issue in ``Commands and Handlers`` example.
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
"""Top-level package."""
|
"""Top-level package."""
|
||||||
|
|
||||||
__version__ = '4.5.1'
|
__version__ = '4.5.2'
|
||||||
"""Version number.
|
"""Version number.
|
||||||
|
|
||||||
:type: str
|
:type: str
|
||||||
|
|
Loading…
Reference in New Issue
Block a user