Skip to content

Commit 9f38db6

Browse files
committed
Bump version to 4.45.0
1 parent 9f4e283 commit 9f38db6

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

docs/main/changelog.rst

+15
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,21 @@ that were made in every particular version.
77
From version 0.7.6 *Dependency Injector* framework strictly
88
follows `Semantic versioning`_
99

10+
4.45.0
11+
--------
12+
- Add Starlette lifespan handler implementation (`#683 <https://github.com/ets-labs/python-dependency-injector/pull/683>`_).
13+
- Raise exception in ``ThreadLocalSingleton`` instead of hiding it in finally (`#845 <https://github.com/ets-labs/python-dependency-injector/pull/845>`_).
14+
- Improve debuggability of ``deepcopy`` errors (`#839 <https://github.com/ets-labs/python-dependency-injector/pull/839>`_).
15+
- Update examples (`#838 <https://github.com/ets-labs/python-dependency-injector/pull/838>`_).
16+
- Upgrade testing dependencies (`#837 <https://github.com/ets-labs/python-dependency-injector/pull/837>`_).
17+
- Add minor fixes to the documentation (`#709 <https://github.com/ets-labs/python-dependency-injector/pull/709>`_).
18+
- Remove ``six`` from the dependencies (`3ba4704 <https://github.com/ets-labs/python-dependency-injector/commit/3ba4704bc1cb00310749fd2eda0c8221167c313c>`_).
19+
20+
Many thanks for the contributions to:
21+
- `ZipFile <https://github.com/ZipFile>`_
22+
- `František Trebuňa <https://github.com/gortibaldik>`_
23+
- `JC (Jonathan Chen) <https://github.com/dijonkitchen>`_
24+
1025
4.44.0
1126
--------
1227
- Implement support for Pydantic 2. PR: `#832 <https://github.com/ets-labs/python-dependency-injector/pull/832>`_.

src/dependency_injector/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"""Top-level package."""
22

3-
__version__ = "4.44.0"
3+
__version__ = "4.45.0"
44
"""Version number.
55
66
:type: str

0 commit comments

Comments
 (0)