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 eacb190 commit 39fb88aCopy full SHA for 39fb88a
docs/main/changelog.rst
@@ -7,6 +7,12 @@ that were made in every particular version.
7
From version 0.7.6 *Dependency Injector* framework strictly
8
follows `Semantic versioning`_
9
10
+4.32.2
11
+------
12
+- Improve wiring fault tolerance.
13
+ See issue `#441 <https://github.com/ets-labs/python-dependency-injector/issues/441>`_.
14
+ Thanks to `@ssheng <https://github.com/ssheng>`_ for reporting the issue.
15
+
16
4.32.1
17
------
18
- Fix a bug with ``List`` provider not working in async mode.
src/dependency_injector/__init__.py
@@ -1,6 +1,6 @@
1
"""Top-level package."""
2
3
-__version__ = '4.32.1'
+__version__ = '4.32.2'
4
"""Version number.
5
6
:type: str
0 commit comments