Fix requirements for SQLAlchemy to be >= 1.3.11
This patch changes the version of SQLAlchemy to be >= 1.3.11 in requirements.txt and lower-constraints.txt. The tacker-db-migrate command uses `.Computed` in the migration of c47a733f425a, but it's only supported equal to or later than 1.3.11. Change-Id: I09f047be726dc09c4b7316c68d97eb2e57fbf309 Closes-bug: #1908003 Closes-bug: #1907525
This commit is contained in:
parent
6bbcad5af7
commit
379bb9b966
@ -130,7 +130,7 @@ simplejson==3.13.2
|
||||
snowballstemmer==1.2.1
|
||||
sqlalchemy-filters==0.10.0
|
||||
sqlalchemy-migrate==0.11.0
|
||||
SQLAlchemy==1.3.0
|
||||
SQLAlchemy==1.3.11
|
||||
sqlparse==0.2.4
|
||||
statsd==3.2.2
|
||||
stestr==2.0.0
|
||||
|
@ -14,7 +14,7 @@ jsonschema>=3.2.0 # MIT
|
||||
keystonemiddleware>=4.17.0 # Apache-2.0
|
||||
kombu>=4.3.0 # BSD
|
||||
netaddr>=0.7.18 # BSD
|
||||
SQLAlchemy>=1.3.0 # MIT
|
||||
SQLAlchemy>=1.3.11 # MIT
|
||||
sqlalchemy-filters>=0.10.0
|
||||
WebOb>=1.7.1 # MIT
|
||||
python-heatclient>=1.10.0 # Apache-2.0
|
||||
|
Loading…
Reference in New Issue
Block a user