From 7da469b620c18cb71b5f9f39cd2807fc7f2f9a69 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Mon, 11 Mar 2013 16:26:40 +0100 Subject: [PATCH] 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 Also sync the 0.7.x requirements to 0.7 (to be in sync with other OpenStack core components) Fixes: Bug #1153983 Change-Id: Ie20344e96f3d12e93695579adff0a0d9b4c1c516 --- tools/pip-requires | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/pip-requires b/tools/pip-requires index f674cd4ec..dc6524864 100644 --- a/tools/pip-requires +++ b/tools/pip-requires @@ -4,7 +4,7 @@ iso8601 lockfile netaddr argparse -SQLAlchemy>=0.7.3,<=0.7.9 +SQLAlchemy>=0.7,<=0.7.99 sqlalchemy-migrate>=0.7.2 pymongo>=2.2 eventlet