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: Ia8976843a7e0a132fe38e80f2bcb01a16e12b8de
  • Loading branch information
Sean Dague committed Oct 31, 2012
1 parent 1d5c651 commit ddad275
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/pip-requires
Expand Up @@ -3,7 +3,7 @@
# package to get the right headers...
greenlet>=0.3.1

SQLAlchemy>=0.7
SQLAlchemy>=0.7,<=0.7.9
anyjson
eventlet>=0.9.12
PasteDeploy
Expand Down

0 comments on commit ddad275

Please sign in to comment.