From 04794c28b783193ec051e0bb1fd0293763a4a402 Mon Sep 17 00:00:00 2001 From: Sean Dague Date: Wed, 31 Oct 2012 10:10:29 -0400 Subject: [PATCH] pin sqlalchemy to the 0.7 series sqlalchemy 0.8 beta has hit mirrors, and changes dependencies, thus breaking jenkins. This pins it to 0.7 series until all the projects agree to move forward to 0.8. Fixes bug #1073569 Change-Id: If11f39d311ba9ef5cb2b198c9649a8997b2a52b5 --- tools/pip-requires | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/pip-requires b/tools/pip-requires index 22e0ee88a..e3b4258e6 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