Freeze version of SQLAlchemy to 1.3.x

we should support 1.4.x ASAP but for now tailbone still requires an older
zope.sqlalchemy which in turn can't handle SA 1.4.x
This commit is contained in:
Lance Edgar 2021-03-19 12:50:46 -05:00
parent a91723d5f5
commit 4f703ba4ce

View file

@ -124,7 +124,8 @@ extras = {
# Support for multiple migration bases was added in Alembic 0.7.
'alembic>=0.7.0', # 0.7.4
'SQLAlchemy', # 0.7.6
# TODO: add support for 1.4.x and later
'SQLAlchemy<1.4', # 0.7.6 1.3.23
'SQLAlchemy-Continuum', # 1.1.5
],