We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 30428ba commit 241b739Copy full SHA for 241b739
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+## 1.6.0 (2025-07-29)
2
+
3
+### Feat
4
5
+- add `context_from_scope` helper function to retrieve context from litestar scope
6
7
## 1.5.1 (2025-07-16)
8
9
### Fix
pyproject.toml
@@ -1,6 +1,6 @@
[project]
name = "aioinject"
-version = "1.5.1"
+version = "1.6.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