]> review.fuel-infra Code Review - openstack-build/heat-build.git/commitdiff
Pin SQLAlchemy to 0.7.x
authorDirk Mueller <dirk@dmllr.de>
Mon, 11 Mar 2013 15:28:17 +0000 (16:28 +0100)
committerDirk Mueller <dirk@dmllr.de>
Tue, 12 Mar 2013 09:25:09 +0000 (10:25 +0100)
0.7.10 has been released and is compatible with 0.7.x. Instead
of pinning to 0.7.9, simply pin to 0.7.x to avoid SQLAlchemy 0.8

Fixes: Bug #1153983
Change-Id: I1a2ea0c36161df15fd55e95a6679628d14858944

tools/pip-requires

index 2c225a4683efa8064b43a60dc80b1c2967d276a6..47f200d7429d722eea47be2edde35187a1d9202c 100644 (file)
@@ -22,7 +22,7 @@ sqlalchemy-migrate>=0.7.2
 python-novaclient
 PasteDeploy==1.5.0
 routes==1.12.3
-SQLAlchemy>=0.7.8,<=0.7.9
+SQLAlchemy>=0.7.8,<0.7.99
 WebOb==1.2.3
 python-keystoneclient
 python-memcached