https://github.com/python/cpython/commit/1b49478d8a3474135c4653c6f86ef6c40638b82e
commit: 1b49478d8a3474135c4653c6f86ef6c40638b82e
branch: 3.10
author: Petr Viktorin <[email protected]>
committer: hugovk <[email protected]>
date: 2026-03-05T22:26:55+02:00
summary:

[3.10] gh-145455: Constrain setuptools to a version with pkg_resources (#145456)

files:
M Doc/constraints.txt

diff --git a/Doc/constraints.txt b/Doc/constraints.txt
index 16b735ea07a72a..1072105cdf883e 100644
--- a/Doc/constraints.txt
+++ b/Doc/constraints.txt
@@ -19,6 +19,7 @@ sphinxcontrib-htmlhelp<2.0.5
 sphinxcontrib-jsmath<1.1
 sphinxcontrib-qthelp<1.0.7
 sphinxcontrib-serializinghtml<1.1.10
+setuptools<82  # Setuptools with pkg_resources
 
 # Direct dependencies of Jinja2 (Jinja is a dependency of Sphinx, see above)
 MarkupSafe<2.2

_______________________________________________
Python-checkins mailing list -- [email protected]
To unsubscribe send an email to [email protected]
https://mail.python.org/mailman3//lists/python-checkins.python.org
Member address: [email protected]

Reply via email to