Bump SQL Alchemy version to catch ambiguous join fix
Complete the fix for the attached bug by bumping the version of SQLAlchemy to 1.3.3 or better, which will include the fix for ambiguous joins [1]. This is lower than the global upper constraints of 1.3.17 so it should be valid. [1] https://github.com/sqlalchemy/sqlalchemy/issues/4584 Change-Id: Idf59268acd10d840be31850a1c79ee693dd69204 Closes-Bug: #1898634
This commit is contained in:
parent
6a6f49b609
commit
aecd71049a
@ -123,7 +123,7 @@ snowballstemmer==1.2.1
|
||||
Sphinx==2.0.0
|
||||
sphinxcontrib-svg2pdfconverter==0.1.0 # BSD
|
||||
sphinxcontrib-websupport==1.0.1
|
||||
SQLAlchemy==1.2.0
|
||||
SQLAlchemy==1.3.3
|
||||
sqlalchemy-migrate==0.11.0
|
||||
sqlparse==0.2.2
|
||||
statsd==3.2.1
|
||||
|
@ -6,7 +6,7 @@ pbr!=2.1.0,>=2.0.0 # Apache-2.0
|
||||
eventlet!=0.18.3,!=0.20.1,>=0.18.2 # MIT
|
||||
httplib2>=0.9.1 # MIT
|
||||
netaddr>=0.7.18 # BSD
|
||||
SQLAlchemy>=1.2.0 # MIT
|
||||
SQLAlchemy>=1.3.3 # MIT
|
||||
alembic>=0.9.6 # MIT
|
||||
neutron-lib>=1.26.0 # Apache-2.0
|
||||
os-ken>=0.3.0 # Apache-2.0
|
||||
|
Loading…
Reference in New Issue
Block a user