Skip to content

Commit 1556160

Browse files
committed
constrain click dependency
1 parent db05a7c commit 1556160

2 files changed

Lines changed: 220 additions & 211 deletions

File tree

mkdocs/pyproject.toml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,3 +27,9 @@ dependencies = [
2727
"pillow>=11.1.0",
2828
"plantuml-markdown>=3.11.1",
2929
]
30+
31+
[tool.uv]
32+
# https://github.com/mkdocs/mkdocs/issues/4032
33+
constraint-dependencies = [
34+
"click<=8.2.1"
35+
]

0 commit comments

Comments
 (0)