Skip to content

Commit b528e50

Browse files
authored
Further limit setuptools after 82.0.1 is released (until redoc fixes it) (apache#63202)
1 parent 567ad64 commit b528e50

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

devel-common/pyproject.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,9 @@ dependencies = [
103103
"sphinxcontrib-redoc>=1.6.0",
104104
"sphinxcontrib-serializinghtml>=1.1.5",
105105
"sphinxcontrib-spelling>=8.0.0",
106-
"setuptools!=82.0.0", # until https://github.com/sphinx-contrib/redoc/issues/53 is resolved
106+
# setuptools 82.0.0+ causes redoc to fail due to pkg_resources removal
107+
# until https://github.com/sphinx-contrib/redoc/issues/53 is resolved
108+
"setuptools<82.0.0",
107109
]
108110
"docs-gen" = [
109111
"diagrams>=0.24.4",

0 commit comments

Comments
 (0)