We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bff3790 commit 104f006Copy full SHA for 104f006
docs/api.md
@@ -1,6 +1,6 @@
1
## Classes
2
3
-::: di.container.Container
+::: di.Container
4
options:
5
show_root_heading: true
6
docstring_section_style: table
@@ -40,10 +40,9 @@
40
show_source: false
41
heading_level: 3
42
43
-
44
## Functions
45
46
-::: di.container.bind_by_type
+::: di.bind_by_type
47
48
49
docs/dependants.md docs/dependents.mddocs/dependants.md renamed to docs/dependents.md
pyproject.toml
[tool.poetry]
name = "di"
-version = "0.75.0"
+version = "0.75.1"
description = "Dependency injection toolkit"
authors = ["Adrian Garcia Badaracco <adrian@adriangb.com>"]
readme = "README.md"
0 commit comments