We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 27d0e07 commit 24cfd13Copy full SHA for 24cfd13
docs/main/changelog.rst
@@ -7,8 +7,8 @@ that were made in every particular version.
7
From version 0.7.6 *Dependency Injector* framework strictly
8
follows `Semantic versioning`_
9
10
-Development version
11
--------------------
+4.23.3
+------
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
src/dependency_injector/__init__.py
@@ -1,6 +1,6 @@
1
"""Top-level package."""
2
3
-__version__ = '4.23.2'
+__version__ = '4.23.3'
4
"""Version number.
5
6
:type: str
0 commit comments