File tree 2 files changed +6
-4
lines changed
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.
7
7
From version 0.7.6 *Dependency Injector * framework strictly
8
8
follows `Semantic versioning `_
9
9
10
- Development
10
+ 4.44.0
11
11
--------
12
+ - Implement support for Pydantic 2. PR: `#832 <https://github.com/ets-labs/python-dependency-injector/pull/832 >`_.
12
13
- 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.
15
17
16
18
4.43.0
17
19
--------
Original file line number Diff line number Diff line change 1
1
"""Top-level package."""
2
2
3
- __version__ = "4.43 .0"
3
+ __version__ = "4.44 .0"
4
4
"""Version number.
5
5
6
6
:type: str
You can’t perform that action at this time.
0 commit comments