fix: restrict version for SQLAlchemy, pending a SQLAlchemy-Utils bug
not sure why this is just now affecting me? only saw the problem when running `tox -e nox` actually, which is even more weird? but this seems like a necessary step just in case, for now
This commit is contained in:
parent
028f8e767d
commit
e4769fcc5a
1 changed files with 5 additions and 0 deletions
|
|
@ -48,6 +48,11 @@ dependencies = [
|
||||||
"WuttJamaican[db]>=0.28.7",
|
"WuttJamaican[db]>=0.28.7",
|
||||||
"zope.sqlalchemy>=1.5",
|
"zope.sqlalchemy>=1.5",
|
||||||
|
|
||||||
|
# nb. this must be pinned for now, until SQLAlchemy-Utils
|
||||||
|
# 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
|
# nb. this must be pinned for now, until pyramid can remove
|
||||||
# its dependency on pkg_resources.
|
# its dependency on pkg_resources.
|
||||||
# cf. https://github.com/Pylons/pyramid/issues/3731
|
# cf. https://github.com/Pylons/pyramid/issues/3731
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue