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.
1 parent db05a7c commit 1556160Copy full SHA for 1556160
2 files changed
mkdocs/pyproject.toml
@@ -27,3 +27,9 @@ dependencies = [
27
"pillow>=11.1.0",
28
"plantuml-markdown>=3.11.1",
29
]
30
+
31
+[tool.uv]
32
+# https://github.com/mkdocs/mkdocs/issues/4032
33
+constraint-dependencies = [
34
+ "click<=8.2.1"
35
+]
0 commit comments