We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
_state
Container
1 parent 104f006 commit f5764c7Copy full SHA for f5764c7
di/_container.py
@@ -606,7 +606,7 @@ class Container:
606
Solving is very expensive so avoid doing it in a hot loop.
607
"""
608
609
- __slots__ = ("_bind_hooks", "_state")
+ __slots__ = ("_bind_hooks",)
610
611
_bind_hooks: List[BindHook]
612
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "di"
3
-version = "0.75.1"
+version = "0.75.2"
4
description = "Dependency injection toolkit"
5
authors = ["Adrian Garcia Badaracco <adrian@adriangb.com>"]
6
readme = "README.md"
0 commit comments