From 57dd573043db3152f58b4c5e4e53a80210a7e307 Mon Sep 17 00:00:00 2001 From: Sean Dague Date: Fri, 3 Jan 2014 08:57:22 -0500 Subject: [PATCH] Allow for sqla 0.8... finally It turns out we actually support sqla 0.8.x... yay! Set this in global requirements so we start running 0.8.4 in the gate. Which might also have interesting performance benefits. This requires an update of the requirements integration tests (which are in the pbr tree.... o_O) Depends-On: I01b2b7c78e7e7144280c98cdbbe29b012a8a8d93 Change-Id: I7a22dbb47e85f3adf5d43583f5b9bac4f65fde14 --- global-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/global-requirements.txt b/global-requirements.txt index 039dd89163..68cd17bdb4 100644 --- a/global-requirements.txt +++ b/global-requirements.txt @@ -94,7 +94,7 @@ sockjs-tornado>=1.0.0,<2.0.0 # on pypi) as < 0.8 so the "clear" version of this requirement, is # actually broken. The fix for this isn't until pip 1.4.1, which is # way more current than what most distros have. -SQLAlchemy>=0.7.8,<=0.7.99 +SQLAlchemy>=0.7.8,<=0.8.99 sqlalchemy-migrate>=0.8.2 stevedore>=0.12 suds>=0.4