From 5989051cd27db06b31a0d0dfdee32f481270d5d1 Mon Sep 17 00:00:00 2001 From: Andrii V Date: Tue, 17 Feb 2026 17:17:37 +0100 Subject: [PATCH] Pin setuptools because of pkg_resources deprecation --- requirements.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/requirements.txt b/requirements.txt index 8cdde272..91bfe956 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,6 @@ # deps, generated via pipdeptree --exclude setuptools,wheel,pipdeptree,pip -f | tr '[:upper:]' '[:lower:]' +# pin setuptools: https://github.com/Pylons/pyramid/issues/3731 +setuptools==80.9.0 alembic==1.13.1 mako==1.3.10