From e85109f971e669ba37f2e313e48f57303fcfe987 Mon Sep 17 00:00:00 2001 From: Lance Edgar Date: Sun, 8 Feb 2026 11:01:23 -0600 Subject: [PATCH] fix: pin setuptools version, pending pyramid/pkg_resources refactor --- pyproject.toml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 8242013..52d5083 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -47,6 +47,11 @@ dependencies = [ "WebHelpers2", "WuttJamaican[db]>=0.28.1", "zope.sqlalchemy>=1.5", + + # nb. this must be pinned for now, until pyramid can remove + # its dependency on pkg_resources. + # cf. https://github.com/Pylons/pyramid/issues/3731 + "setuptools<81", ]