From: Sean Dague Date: Wed, 31 Oct 2012 15:39:40 +0000 (-0400) Subject: pin sqlalchemy to the 0.7.x series X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=1c99b242e97ebc8b46e2a9175091dbe0d117a26c;p=openstack-build%2Fcinder-build.git pin sqlalchemy to the 0.7.x series 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 --- diff --git a/tools/pip-requires b/tools/pip-requires index d45a24386..145279b5c 100644 --- a/tools/pip-requires +++ b/tools/pip-requires @@ -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