From 1c99b242e97ebc8b46e2a9175091dbe0d117a26c Mon Sep 17 00:00:00 2001 From: Sean Dague Date: Wed, 31 Oct 2012 11:39:40 -0400 Subject: [PATCH] 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 --- tools/pip-requires | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.45.2