We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f4730a commit ea70034Copy full SHA for ea70034
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+## 1.10.1 (2025-10-13)
2
+
3
+### Fix
4
5
+- **telegram**: support using inject decorator on `BaseHandler.handle`
6
7
## 1.10.0 (2025-09-23)
8
9
### Feat
pyproject.toml
@@ -1,6 +1,6 @@
[project]
name = "aioinject"
-version = "1.10.0"
+version = "1.10.1"
description = "Async dependency injection library"
requires-python = ">=3.10"
authors = [
@@ -103,7 +103,7 @@ fail_under = 100
103
104
[tool.commitizen]
105
name = "cz_conventional_commits"
106
107
version_files = [
108
"aioinject/__init__.py",
109
"pyproject.toml:version"
0 commit comments