3
0
Fork 0

fix: remove version pin for setuptools dependency

since pyramid 2.1 now specifies the pin

cf. https://docs.pylonsproject.org/projects/pyramid/en/2.1-branch/changes.html#a1-2026-02-25
This commit is contained in:
Lance Edgar 2026-03-14 15:36:42 -05:00
parent 787765f986
commit 6f26120640

View file

@ -52,11 +52,6 @@ dependencies = [
# can address a new bug that showed up in SA 2.1.0b1
# cf. https://github.com/kvesteri/sqlalchemy-utils/issues/800
"SQLAlchemy<2.1",
# 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",
]