From cf38c94ec1376d2b5c875d227cefc2780aa148bd Mon Sep 17 00:00:00 2001 From: Bruno Alla Date: Tue, 10 Feb 2026 14:31:03 +0000 Subject: [PATCH] Pin setuptools version to keep running coreapi tests (#9892) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 502f640bb..121ac357f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -73,7 +73,7 @@ optional = [ "pygments>=2.17,<2.20", "pyyaml>=5.3.1,<6.1", # setuptools is needed for coreapi (imports pkg_resources) - "setuptools", + "setuptools<82", ] django42 = [ "django>=4.2,<5.0" ] django50 = [ "django>=5.0,<5.1" ]