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:
parent
a91723d5f5
commit
4f703ba4ce
1 changed files with 2 additions and 1 deletions
3
setup.py
3
setup.py
|
@ -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
|
||||
],
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue