Update changelog

This commit is contained in:
ZipFile 2025-05-28 19:03:52 +00:00
parent 8be79126ad
commit 41ed07a210

View File

@ -7,13 +7,17 @@ that were made in every particular version.
From version 0.7.6 *Dependency Injector* framework strictly From version 0.7.6 *Dependency Injector* framework strictly
follows `Semantic versioning`_ follows `Semantic versioning`_
Develop 4.47.0
------- -------
- Add support for ``Annotated`` type for module and class attribute injection in wiring, - Add support for ``Annotated`` type for module and class attribute injection in wiring,
with updated documentation and examples. with updated documentation and examples.
See discussion: See discussion:
https://github.com/ets-labs/python-dependency-injector/pull/721#issuecomment-2025263718 https://github.com/ets-labs/python-dependency-injector/pull/721#issuecomment-2025263718
- Fix ``root`` property shadowing in ``ConfigurationOption`` (`#875 https://github.com/ets-labs/python-dependency-injector/pull/875`_)
- Fix incorrect monkeypatching during ``wire()`` that could violate MRO in some classes (`#886 https://github.com/ets-labs/python-dependency-injector/pull/886`_)
- ABI3 wheels are now published for CPython.
- Drop support of Python 3.7.
4.46.0 4.46.0
------ ------