From 5b2b2daffe65dffeebba77e03a5eb918eb8680b3 Mon Sep 17 00:00:00 2001 From: John Tran Date: Wed, 31 Oct 2012 18:11:39 +0000 Subject: [PATCH] pin sqlalchemy to 0.7.x but not specifically 0.7.8 last night's release of sqlalchemy 0.8.0b1 broke our build we need to stick to 0.7.x however a quick patch put us strictly on 0.7.8. The nova guys put out a more elegant patch so I'd like to incorporate. Change-Id: Ibf2a09826ed175f844be8551d68b5420aa132f6f --- tools/pip-requires | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/pip-requires b/tools/pip-requires index 0581f6f1..41de112e 100644 --- a/tools/pip-requires +++ b/tools/pip-requires @@ -4,7 +4,7 @@ iso8601 lockfile netaddr argparse -SQLAlchemy==0.7.8 +SQLAlchemy>=0.7.3,<=0.7.9 sqlalchemy-migrate>=0.7.2 eventlet anyjson>=0.3.1