You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/main/changelog.rst
+13Lines changed: 13 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,19 @@ 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.49.0
11
+
------
12
+
13
+
- Python 3.14 support
14
+
- Fix Pydantic v2 deprecation warning triggering on settings class import
15
+
- Add missing warn_unresolved parameter to WiringConfiguration in ``containers.pyi``. Thanks to `@jonathandannenberg <https://github.com/jonathandannenberg>`_ for `#951 <https://github.com/ets-labs/python-dependency-injector/pull/951>`_.
16
+
- Add keep_cache argument to Container.wire typings. Thanks to `@romantolkachyov <https://github.com/romantolkachyov>`_ for `#952 <https://github.com/ets-labs/python-dependency-injector/pull/952>`_.
17
+
- Use assert_type for type-stub checks. Thanks to `@leonarduschen <https://github.com/leonarduschen>`_ for `#934 <https://github.com/ets-labs/python-dependency-injector/issues/934>`_, `#953 <https://github.com/ets-labs/python-dependency-injector/issues/953>`_.
18
+
- Add provided()<func>.call ``*args``, ``**kwargs`` arguments. Thanks to `@pavalso <https://github.com/pavalso>`_ for `#946 <https://github.com/ets-labs/python-dependency-injector/pull/946>`_.
19
+
- Add context local resource. Thanks to `@elina-israyelyan <https://github.com/elina-israyelyan>`_ for `#931 <https://github.com/ets-labs/python-dependency-injector/pull/931>`_.
20
+
- Update CI/CD to ``actions/checkout@v6``, ``actions/setup-python@v6``, ``actions/download-artifact@v8``, ``actions/upload-artifact@v7`` and ``pypa/[email protected]``.
0 commit comments