Ban alembic 0.9.0

alembic 0.9.0 introduces a new protection about uncommited transaction
that doesn't seem to work with stamp().

This change ban the bugged version.

Change-Id: I4b2ee8561bbc3cc163f25876405f5007fe6ecf9e
This commit is contained in:
Mehdi Abaakouk 2017-03-01 10:04:39 +01:00
parent e34779ad19
commit cb650e3d73
1 changed files with 2 additions and 2 deletions

View File

@ -28,13 +28,13 @@ mysql =
oslo.db>=4.8.0,!=4.13.1,!=4.13.2,!=4.15.0
sqlalchemy
sqlalchemy-utils
alembic>=0.7.6,!=0.8.1
alembic>=0.7.6,!=0.8.1,!=0.9.0
postgresql =
psycopg2
oslo.db>=4.8.0,!=4.13.1,!=4.13.2,!=4.15.0
sqlalchemy
sqlalchemy-utils
alembic>=0.7.6,!=0.8.1
alembic>=0.7.6,!=0.8.1,!=0.9.0
swift =
python-swiftclient>=3.1.0
msgpack-python