Skip to content

Commit 8bebae6

Browse files
github-actions[bot]potiuk
authored andcommitted
[v3-1-test] Further limit setuptools after 82.0.1 is released (until redoc fixes it) (#63202) (#63203)
(cherry picked from commit b528e50) Co-authored-by: Jarek Potiuk <jarek@potiuk.com> (cherry picked from commit 46778c0)
1 parent 3476670 commit 8bebae6

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
@@ -99,7 +99,9 @@ dependencies = [
9999
"sphinxcontrib-redoc>=1.6.0",
100100
"sphinxcontrib-serializinghtml>=1.1.5",
101101
"sphinxcontrib-spelling>=8.0.0",
102-
"setuptools!=82.0.0", # until https://github.com/sphinx-contrib/redoc/issues/53 is resolved
102+
# setuptools 82.0.0+ causes redoc to fail due to pkg_resources removal
103+
# until https://github.com/sphinx-contrib/redoc/issues/53 is resolved
104+
"setuptools<82.0.0",
103105
]
104106
"docs-gen" = [
105107
"diagrams>=0.24.4",

0 commit comments

Comments
 (0)