We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 492f226 commit b10eb4aCopy full SHA for b10eb4a
CHANGELOG.md
@@ -1,3 +1,10 @@
1
+## 1.7.0 (2025-08-06)
2
+
3
+### Feat
4
5
+- optimize TestContainer.override cleanup
6
+- add support for injecting into aiogram middleware
7
8
## 1.6.0 (2025-07-29)
9
10
### Feat
pyproject.toml
@@ -1,6 +1,6 @@
[project]
name = "aioinject"
-version = "1.6.0"
+version = "1.7.0"
description = "Async dependency injection library"
requires-python = ">=3.10"
authors = [
@@ -101,7 +101,7 @@ fail_under = 100
101
102
[tool.commitizen]
103
name = "cz_conventional_commits"
104
105
version_files = [
106
"aioinject/__init__.py",
107
"pyproject.toml:version"
0 commit comments