File tree Expand file tree Collapse file tree 1 file changed +10
-2
lines changed Expand file tree Collapse file tree 1 file changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -7,8 +7,11 @@ 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
- 4.35.3
11
- ------
10
+ Development version
11
+ -------------------
12
+ - Improve resource subclasses typing and make shutdown definition optional
13
+ `PR #492 <https://github.com/ets-labs/python-dependency-injector/pull/492 >`_.
14
+ Thanks to `@EdwardBlair <https://github.com/EdwardBlair >`_ for suggesting the improvement.
12
15
- Fix ``@containers.copy() `` decorator to respect dependencies on parent providers.
13
16
See issue `#477 <https://github.com/ets-labs/python-dependency-injector/issues/477 >`_.
14
17
Thanks to `Andrey Torsunov @gtors <https://github.com/gtors >`_ for reporting the issue.
@@ -18,6 +21,11 @@ follows `Semantic versioning`_
18
21
See issue `#488 <https://github.com/ets-labs/python-dependency-injector/issues/488 >`_.
19
22
Thanks to `@EdwardBlair <https://github.com/EdwardBlair >`_ for reporting the issue.
20
23
24
+ 4.35.3
25
+ ------
26
+ - *This release was removed from PyPI. It was inconsistently published because project has
27
+ reached a PyPI size limit. Changes from this release are published on PyPI in next version. *
28
+
21
29
4.35.2
22
30
------
23
31
- Update wiring to support modules provided as packages.
You can’t perform that action at this time.
0 commit comments