Skip to content

Commit 70bebf9

Browse files
committed
Merge branch 'release/4.23.3' into master
2 parents 6e59b4a + 24cfd13 commit 70bebf9

File tree

6 files changed

+7007
-7176
lines changed

6 files changed

+7007
-7176
lines changed

docs/main/changelog.rst

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

10+
4.23.3
11+
------
12+
- Fix mistakenly processed awaitable objects in async mode. This bug has corrupted
13+
``fastapi-redis`` example causing pool exhaustion.
14+
Thanks to Ilya Miroshnichenko and Valery Komarov for finding and reporting
15+
the issue.
16+
- Refactor async mode.
17+
1018
4.23.2
1119
------
1220
- Improve async mode exceptions handling.

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.23.2'
3+
__version__ = '4.23.3'
44
"""Version number.
55
66
:type: str

0 commit comments

Comments
 (0)