Merge "avoid bug of sqlalchemy 1.1.5 - 1.1.8"

This commit is contained in:
Jenkins 2017-04-05 20:29:58 +00:00 committed by Gerrit Code Review
commit 6de27ba4f8
3 changed files with 7 additions and 3 deletions

@ -280,7 +280,11 @@ simplejson>=2.2.0 # MIT
six>=1.9.0 # MIT
scipy>=0.17.1 # BSD
scikit-learn>=0.17.1 # BSD
SQLAlchemy>=1.0.10 # MIT
# NOTE(yamahata):
# bug work around of sqlalchemy
# https://bitbucket.org/zzzeek/sqlalchemy/issues/3952/
# The fix which is in git master branch is planned for 1.1.9
SQLAlchemy>=1.0.10,!=1.1.5,!=1.1.6,!=1.1.7,!=1.1.8 # MIT
SQLAlchemy-Utils # BSD License
sqlalchemy-migrate>=0.9.6 # Apache-2.0
sqlparse>=0.2.2 # BSD

@ -3,4 +3,4 @@
pyparsing==2.2.0;pulp
psutil==5.2.0;os-refresh-config
SQLAlchemy==1.1.8;mistral
SQLAlchemy==1.1.9;mistral

@ -124,7 +124,7 @@ tablib===0.11.4
astroid===1.3.8
virtualbmc===1.1.0
deprecation===1.0
SQLAlchemy===1.1.8
SQLAlchemy===1.1.9
pyroute2===0.4.13
kazoo===2.2.1
XStatic-roboto-fontface===0.5.0.0