]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commitdiff
pin sqlalchemy to the 0.7.x series
authorSean Dague <sdague@linux.vnet.ibm.com>
Wed, 31 Oct 2012 15:39:40 +0000 (11:39 -0400)
committerSean Dague <sdague@linux.vnet.ibm.com>
Wed, 31 Oct 2012 15:39:40 +0000 (11:39 -0400)
sqlalchemy 0.8beta is now out and has internal changes
which means it's not an in place seemless upgrade. This pins
sqlalchemy to the 0.7.x series to avoid those breaks.

Fixes bug #1073569

Change-Id: If204690569eb92b9077833a5da121fc072c6dcfa

tools/pip-requires

index d45a24386c78cb3dec2f67432bf1a748f4d286dc..145279b5c8cfd3d0bd17a550cafe964c29ef993a 100644 (file)
@@ -1,4 +1,4 @@
-SQLAlchemy>=0.7.3
+SQLAlchemy>=0.7.3,<=0.7.9
 amqplib==0.6.1
 anyjson==0.2.4
 eventlet>=0.9.17