ashb closed pull request #4195: [AIRFLOW-3353] Pin redis version URL: https://github.com/apache/incubator-airflow/pull/4195
This is a PR merged from a forked repository. As GitHub hides the original diff on merge, it is displayed below for the sake of provenance: As this is a foreign pull request (from a fork), the diff is supplied below (as it won't show otherwise due to GitHub magic): diff --git a/setup.py b/setup.py index 8c6c927153..fa56c1b9a4 100644 --- a/setup.py +++ b/setup.py @@ -218,7 +218,7 @@ def write_version(filename=os.path.join(*['airflow', postgres = ['psycopg2-binary>=2.7.4'] qds = ['qds-sdk>=1.9.6'] rabbitmq = ['librabbitmq>=1.6.1'] -redis = ['redis>=2.10.5'] +redis = ['redis>=2.10.5,<3.0.0'] s3 = ['boto3>=1.7.0, <1.8.0'] salesforce = ['simple-salesforce>=0.72'] samba = ['pysmbclient>=0.1.3'] ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
