Skip to content

Commit 730baf8

Browse files
committed
Bump version to 4.5.3
1 parent c1e53e5 commit 730baf8

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

docs/main/changelog.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,13 @@ that were made in every particular version.
77
From version 0.7.6 *Dependency Injector* framework strictly
88
follows `Semantic versioning`_
99

10+
4.5.3
11+
-----
12+
- Fix ``4.5.2`` degradation bug in wiring ``@inject`` with not working ``FastAPI.Depends`` directive.
13+
See issue `#331 <https://github.com/ets-labs/python-dependency-injector/issues/331>`_ for details.
14+
Thanks to `Juan Esteban Marín <https://github.com/juanmarin96>`_ for reporting the issue.
15+
- Add ``FastAPI`` tests.
16+
1017
4.5.2
1118
-----
1219
- Fix a bug in wiring ``@inject`` with not properly working ``FastAPI.Depends`` directive.

src/dependency_injector/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"""Top-level package."""
22

3-
__version__ = '4.5.2'
3+
__version__ = '4.5.3'
44
"""Version number.
55
66
:type: str

0 commit comments

Comments
 (0)