pin mkdocs below version two

This commit is contained in:
盐粒 Yanli 2026-05-11 21:10:14 +08:00
parent 85cb6558f9
commit 92e1d5aa6b
2 changed files with 2 additions and 2 deletions

View File

@ -64,7 +64,7 @@ dev = [
"ruff>=0.15.11",
]
docs = [
"mkdocs>=1.6.1",
"mkdocs>=1.6.1,<2",
"mkdocs-glightbox>=0.4.0",
"mkdocs-material>=9.7.0",
"mkdocstrings-python>=2.0.0",

2
dify-agent/uv.lock generated
View File

@ -631,7 +631,7 @@ dev = [
{ name = "ruff", specifier = ">=0.15.11" },
]
docs = [
{ name = "mkdocs", specifier = ">=1.6.1" },
{ name = "mkdocs", specifier = ">=1.6.1,<2" },
{ name = "mkdocs-glightbox", specifier = ">=0.4.0" },
{ name = "mkdocs-material", specifier = ">=9.7.0" },
{ name = "mkdocstrings-python", specifier = ">=2.0.0" },