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:
Nate Johnston 2020-10-09 15:21:39 -04:00 committed by Jens Harbott
parent 6a6f49b609
commit aecd71049a
2 changed files with 2 additions and 2 deletions

View File

@ -123,7 +123,7 @@ snowballstemmer==1.2.1
Sphinx==2.0.0 Sphinx==2.0.0
sphinxcontrib-svg2pdfconverter==0.1.0 # BSD sphinxcontrib-svg2pdfconverter==0.1.0 # BSD
sphinxcontrib-websupport==1.0.1 sphinxcontrib-websupport==1.0.1
SQLAlchemy==1.2.0 SQLAlchemy==1.3.3
sqlalchemy-migrate==0.11.0 sqlalchemy-migrate==0.11.0
sqlparse==0.2.2 sqlparse==0.2.2
statsd==3.2.1 statsd==3.2.1

View File

@ -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 eventlet!=0.18.3,!=0.20.1,>=0.18.2 # MIT
httplib2>=0.9.1 # MIT httplib2>=0.9.1 # MIT
netaddr>=0.7.18 # BSD netaddr>=0.7.18 # BSD
SQLAlchemy>=1.2.0 # MIT SQLAlchemy>=1.3.3 # MIT
alembic>=0.9.6 # MIT alembic>=0.9.6 # MIT
neutron-lib>=1.26.0 # Apache-2.0 neutron-lib>=1.26.0 # Apache-2.0
os-ken>=0.3.0 # Apache-2.0 os-ken>=0.3.0 # Apache-2.0