File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,13 @@ that were made in every particular version.
7
7
From version 0.7.6 *Dependency Injector * framework strictly
8
8
follows `Semantic versioning `_
9
9
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
+
10
17
4.5.2
11
18
-----
12
19
- Fix a bug in wiring ``@inject `` with not properly working ``FastAPI.Depends `` directive.
Original file line number Diff line number Diff line change 1
1
"""Top-level package."""
2
2
3
- __version__ = '4.5.2 '
3
+ __version__ = '4.5.3 '
4
4
"""Version number.
5
5
6
6
:type: str
You can’t perform that action at this time.
0 commit comments