Browse Source

pinned SQLAlchemy version to be lower than 2

SQLALchemy version 2 has some api changes and a migration has to take place. Until the migration happened, the old v1 is used.
funding-tag
Holger Frey 2 years ago
parent
commit
a1f2ede08f
  1. 2
      pyproject.toml

2
pyproject.toml

@ -36,7 +36,7 @@ dependencies = [ @@ -36,7 +36,7 @@ dependencies = [
"pyramid_tm",
"pyramid_retry",
"requests >= 2.23",
"sqlalchemy",
"sqlalchemy < 2",
"transaction >= 3.0.0",
"waitress",
"zope.sqlalchemy",

Loading…
Cancel
Save