File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -7,11 +7,13 @@ that were made in every particular version.
77From version 0.7.6 *Dependency Injector * framework strictly
88follows `Semantic versioning `_
99
10- Development
10+ 4.44.0
1111--------
12+ - Implement support for Pydantic 2. PR: `#832 <https://github.com/ets-labs/python-dependency-injector/pull/832 >`_.
1213- Implement `PEP-517 <https://peps.python.org/pep-0517/ >`_, `PEP-518 <https://peps.python.org/pep-0518/ >`_, and
13- `PEP-621 <https://peps.python.org/pep-0621/ >`_. Many thanks to `ZipFile <https://github.com/ZipFile >`_ for
14- this contribution `#829 <https://github.com/ets-labs/python-dependency-injector/pull/829 >`_
14+ `PEP-621 <https://peps.python.org/pep-0621/ >`_. PR: `#829 <https://github.com/ets-labs/python-dependency-injector/pull/829 >`_.
15+
16+ Many thanks to `ZipFile <https://github.com/ZipFile >`_ for both contributions.
1517
16184.43.0
1719--------
Original file line number Diff line number Diff line change 11"""Top-level package."""
22
3- __version__ = "4.43 .0"
3+ __version__ = "4.44 .0"
44"""Version number.
55
66:type: str
You can’t perform that action at this time.
0 commit comments