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:
parent
787765f986
commit
6f26120640
1 changed files with 0 additions and 5 deletions
|
|
@ -52,11 +52,6 @@ dependencies = [
|
||||||
# can address a new bug that showed up in SA 2.1.0b1
|
# can address a new bug that showed up in SA 2.1.0b1
|
||||||
# cf. https://github.com/kvesteri/sqlalchemy-utils/issues/800
|
# cf. https://github.com/kvesteri/sqlalchemy-utils/issues/800
|
||||||
"SQLAlchemy<2.1",
|
"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",
|
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue