File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -7,12 +7,16 @@ 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.23.4
11
+ ------
12
+ - Fix a typo.
13
+
10
14
4.23.3
11
15
------
12
16
- Fix mistakenly processed awaitable objects in async mode. This bug has corrupted
13
17
``fastapi-redis `` example causing pool exhaustion.
14
- Thanks to Ilya Miroshnichenko and Valery Komarov for finding and reporting
15
- the issue.
18
+ Thanks to ` @iliamir < https://github.com/iliamir >`_ and Valery Komarov for finding and
19
+ reporting the issue.
16
20
- Refactor async mode.
17
21
18
22
4.23.2
Original file line number Diff line number Diff line change 1
1
"""Top-level package."""
2
2
3
- __version__ = '4.23.3 '
3
+ __version__ = '4.23.4 '
4
4
"""Version number.
5
5
6
6
:type: str
You can’t perform that action at this time.
0 commit comments