From 808eab325383cd181a7538b409de3db0c60e9393 Mon Sep 17 00:00:00 2001 From: Luke Bodeen Date: Wed, 30 May 2018 09:34:49 -0500 Subject: [PATCH] incrementing celery to >4.1.0 (current release is 4.1.1) but making stay under 4.2.0 until that and/or 5.0 is tested. [AIRFLOW-1840] https://github.com/apache/incubator-airflow/pull/2806 also related to https://github.com/apache/incubator-airflow/pull/3388 [AIRFLOW-2495] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index f70e3897d94a0..04bafb2c76e72 100644 --- a/setup.py +++ b/setup.py @@ -103,7 +103,7 @@ def write_version(filename=os.path.join(*['airflow', azure = ['azure-storage>=0.34.0'] sendgrid = ['sendgrid>=5.2.0'] celery = [ - 'celery>=4.0.2', + 'celery>4.1.0, <4.2', 'flower>=0.7.3' ] cgroups = [