Skip to content

Commit d6749b8

Browse files
committed
Bump version
1 parent c9494ab commit d6749b8

2 files changed

Lines changed: 9 additions & 1 deletion

File tree

docs/main/changelog.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,14 @@ 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.1
11+
------
12+
13+
- Fix sync resource shutdown with async deps.
14+
- Add support for wiring of Cython-compiled modules. Thanks to `@keyz182 <https://github.com/keyz182>`_ for `#965 <https://github.com/ets-labs/python-dependency-injector/pull/965`_.
15+
- Allow Configuration provider to accept Pydantic settings classes. Thanks to `@warmagedon007 <https://github.com/warmagedon007>`_ for `#963 <https://github.com/ets-labs/python-dependency-injector/pull/963`_.
16+
- Add FastStream example to docs. Thanks to `@birthdaysgift <https://github.com/birthdaysgift>`_ for `#958 <https://github.com/ets-labs/python-dependency-injector/pull/958`_.
17+
1018
4.49.0
1119
------
1220

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.49.0"
3+
__version__ = "4.49.1"
44
"""Version number.
55
66
:type: str

0 commit comments

Comments
 (0)