We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
mkdocstrings-python
1 parent 9a2dfa2 commit f11318eCopy full SHA for f11318e
2 files changed
RELEASE_NOTES.md
@@ -2,4 +2,4 @@
2
3
## New Features
4
5
-* `mkdocs-gen-files` v0.6 is now supported.
+* `mkdocsstrings-python` v2.0 are now supported.
pyproject.toml
@@ -41,7 +41,7 @@ dependencies = [
41
"mkdocs-gen-files >= 0.4.0, < 0.7.0",
42
"semver >= 3.0.1, < 4",
43
"github-action-utils >= 1.1.0, < 2",
44
- "mkdocstrings-python >= 1.14.6, < 2",
+ "mkdocstrings-python >= 1.14.6, < 3",
45
]
46
dynamic = ["version"]
47
@@ -83,8 +83,8 @@ dev-mkdocs = [
83
"mkdocs-literate-nav == 0.6.2",
84
"mkdocs-macros-plugin == 1.3.7",
85
"mkdocs-material == 9.6.12",
86
- "mkdocstrings[python] == 0.29.1",
87
- "mkdocstrings-python == 1.16.10",
+ "mkdocstrings[python] == 1.0.0",
+ "mkdocstrings-python == 2.0.1",
88
89
dev-mypy = [
90
"mypy == 1.15.0",
0 commit comments