From 711b824cdf90b33ad146a12a5f6db7db6cab569c Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Mon, 11 Mar 2013 16:28:17 +0100 Subject: Pin SQLAlchemy to 0.7.x 0.7.10 has been released and is compatible with 0.7.x. Instead of pinning to 0.7.9, simply pin to 0.7.x to avoid SQLAlchemy 0.8 Fixes: Bug #1153983 Change-Id: I1a2ea0c36161df15fd55e95a6679628d14858944 --- tools/pip-requires | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools') diff --git a/tools/pip-requires b/tools/pip-requires index 2c225a468..47f200d74 100644 --- a/tools/pip-requires +++ b/tools/pip-requires @@ -22,7 +22,7 @@ sqlalchemy-migrate>=0.7.2 python-novaclient PasteDeploy==1.5.0 routes==1.12.3 -SQLAlchemy>=0.7.8,<=0.7.9 +SQLAlchemy>=0.7.8,<0.7.99 WebOb==1.2.3 python-keystoneclient python-memcached -- cgit v1.2.1