Skip to content

Commit 5f7aa1c

Browse files
committed
Bump version
1 parent 5863d99 commit 5f7aa1c

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

docs/main/changelog.rst

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,19 @@ that were made in every particular version.
77
From version 0.7.6 *Dependency Injector* framework strictly
88
follows `Semantic versioning`_
99

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/cibuildwheel@v3.4.0``.
21+
- Add dependabot config for GitHub Actions
22+
1023
4.48.3
1124
------
1225

src/dependency_injector/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"""Top-level package."""
22

3-
__version__ = "4.48.3"
3+
__version__ = "4.49.0"
44
"""Version number.
55
66
:type: str

0 commit comments

Comments
 (0)