File tree 2 files changed +6
-3
lines changed
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.
7
7
From version 0.7.6 *Dependency Injector * framework strictly
8
8
follows `Semantic versioning `_
9
9
10
- Development version
11
- -------------------
10
+ 4.31.2
11
+ ------
12
12
- Fix an issue with ``Dict `` provider non-string keys.
13
13
See issue: `#435 <https://github.com/ets-labs/python-dependency-injector/issues/435 >`_.
14
14
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.
15
18
16
19
4.31.1
17
20
------
Original file line number Diff line number Diff line change 1
1
"""Top-level package."""
2
2
3
- __version__ = '4.31.1 '
3
+ __version__ = '4.31.2 '
4
4
"""Version number.
5
5
6
6
:type: str
You can’t perform that action at this time.
0 commit comments