From 1030d179e8bfc15031c4203a36c78c2648ac9ea9 Mon Sep 17 00:00:00 2001 From: Arjun Rajappa Date: Mon, 9 Feb 2026 10:47:24 +0530 Subject: [PATCH] chore: pin setup tools <= 81.0.0 Signed-off-by: Arjun Rajappa --- tests/requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/requirements.txt b/tests/requirements.txt index 5f1042b1..5d976220 100644 --- a/tests/requirements.txt +++ b/tests/requirements.txt @@ -40,3 +40,4 @@ tracerite<=1.1.1; python_version < "3.9" uvicorn>=0.13.4 urllib3>=1.26.5 httpx>=0.27.0 +setuptools<=81.0.0 # This change is temporary and will remain in place until Pyramid resolves the failures caused by the pkg_resources deprecation.