Description: Fixes SQLA 0.8 restriction to allow higher versions Author: Thomas Goirand Forwarded: not-needed Last-Update: 2014-03-14 Index: ceilometer/requirements.txt =================================================================== --- ceilometer.orig/requirements.txt 2014-04-01 16:37:51.000000000 +0800 +++ ceilometer/requirements.txt 2014-04-01 16:46:54.000000000 +0800 @@ -27,7 +27,7 @@ PyYAML>=3.1.0 requests>=1.1 six>=1.5.2 -SQLAlchemy>=0.7.8,<=0.8.99 +SQLAlchemy>=0.7.8 sqlalchemy-migrate>=0.8.2 stevedore>=0.14 WebOb>=1.2.3