Skip to content

Commit

Permalink
pin sqlalchemy to the 0.7.x series
Browse files Browse the repository at this point in the history
sqlalchemy 0.8beta is now out and has internal changes
which mean it's not an in place seemless upgrade. This pins
sqlalchemy to the 0.7.x series to avoid those breaks.

Fixes bug #1073569

Change-Id: I35803bc2f2fe6331e18073ff923b74779a7514b5
  • Loading branch information
Sean Dague committed Oct 31, 2012
1 parent ce20672 commit 804f858
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/pip-requires
@@ -1,4 +1,4 @@
SQLAlchemy>=0.7.8
SQLAlchemy>=0.7.8,<=0.7.9
Cheetah==2.4.4
amqplib==0.6.1
anyjson==0.2.4
Expand Down

0 comments on commit 804f858

Please sign in to comment.