mirror of
https://github.com/ets-labs/python-dependency-injector.git
synced 2024-11-25 02:53:56 +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
|
||||
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
|
||||
-----
|
||||
- Fix flake8 issue in ``Commands and Handlers`` example.
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
"""Top-level package."""
|
||||
|
||||
__version__ = '4.5.1'
|
||||
__version__ = '4.5.2'
|
||||
"""Version number.
|
||||
|
||||
:type: str
|
||||
|
|
Loading…
Reference in New Issue
Block a user