File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -7,11 +7,14 @@ that were made in every particular version.
77From version 0.7.6 *Dependency Injector * framework strictly
88follows `Semantic versioning `_
99
10- Development version
11- -------------------
10+ 4.31.2
11+ ------
1212- Fix an issue with ``Dict `` provider non-string keys.
1313 See issue: `#435 <https://github.com/ets-labs/python-dependency-injector/issues/435 >`_.
1414 Thanks to `@daniel55411 <https://github.com/daniel55411 >`_ for reporting the issue.
15+ - Fix Flask scoped contexts example.
16+ See issue: `#440 <https://github.com/ets-labs/python-dependency-injector/pull/440 >`_.
17+ Thanks to `@sonthonaxrk <https://github.com/sonthonaxrk >`_ for the contribution.
1518
16194.31.1
1720------
Original file line number Diff line number Diff line change 11"""Top-level package."""
22
3- __version__ = '4.31.1 '
3+ __version__ = '4.31.2 '
44"""Version number.
55
66:type: str
You can’t perform that action at this time.
0 commit comments