We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f5764c7 commit f8b0f4bCopy full SHA for f8b0f4b
README.md
@@ -40,7 +40,9 @@ Here is a simple example of how `di` works:
40
```python
41
from dataclasses import dataclass
42
43
-from di import Container, Dependent, SyncExecutor
+from di import Container
44
+from di.dependent import Dependent
45
+from di.executors import SyncExecutor
46
47
48
class A:
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "di"
3
-version = "0.75.2"
+version = "0.75.3"
4
description = "Dependency injection toolkit"
5
authors = ["Adrian Garcia Badaracco <adrian@adriangb.com>"]
6
readme = "README.md"
0 commit comments