We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
python
1 parent e239cf3 commit ba9003eCopy full SHA for ba9003e
1 file changed
pyproject.toml
@@ -44,7 +44,7 @@ dependencies = [
44
[project.optional-dependencies]
45
crystal = ["mkdocstrings-crystal>=0.3.4"]
46
python-legacy = ["mkdocstrings-python-legacy>=0.2.1"]
47
-python = ["mkdocstrings-python>=0.5.2"]
+python = ["mkdocstrings-python>=1.16.2"]
48
49
[project.urls]
50
Homepage = "https://mkdocstrings.github.io"
@@ -116,7 +116,7 @@ dev = [
116
"mkdocs-material>=9.5",
117
"mkdocs-minify-plugin>=0.8",
118
"mkdocs-redirects>=1.2.1",
119
- "mkdocstrings-python>=1.14.1",
+ "mkdocstrings-python>=1.16.2",
120
# YORE: EOL 3.10: Remove line.
121
"tomli>=2.0; python_version < '3.11'",
122
]
0 commit comments