Skip to content

Commit f9a2ffa

Browse files
committed
Merge branch 'release/4.23.4' into master
2 parents 70bebf9 + 6c45eb4 commit f9a2ffa

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

docs/main/changelog.rst

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,16 @@ 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.4
11+
------
12+
- Fix a typo.
13+
1014
4.23.3
1115
------
1216
- Fix mistakenly processed awaitable objects in async mode. This bug has corrupted
1317
``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.
1620
- Refactor async mode.
1721

1822
4.23.2

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

0 commit comments

Comments
 (0)