You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by ka...@apache.org on 2018/05/21 15:20:20 UTC

incubator-airflow git commit: [AIRFLOW-2495] Update celery to 4.1.1

Repository: incubator-airflow
Updated Branches:
  refs/heads/master da1f64cf8 -> 4fc61a351


[AIRFLOW-2495] Update celery to 4.1.1

This also updates the kombu dependency to >=
4.2.0.
This allows broker_url with sqlalchemy urls to
work.

Closes #3388 from rodrigc/AIRFLOW-2495


Project: http://git-wip-us.apache.org/repos/asf/incubator-airflow/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-airflow/commit/4fc61a35
Tree: http://git-wip-us.apache.org/repos/asf/incubator-airflow/tree/4fc61a35
Diff: http://git-wip-us.apache.org/repos/asf/incubator-airflow/diff/4fc61a35

Branch: refs/heads/master
Commit: 4fc61a35182fb4e96a248ff67f3fc76ca5366484
Parents: da1f64c
Author: Craig Rodrigues <ro...@FreeBSD.org>
Authored: Mon May 21 16:20:11 2018 +0100
Committer: Kaxil Naik <ka...@apache.org>
Committed: Mon May 21 16:20:11 2018 +0100

----------------------------------------------------------------------
 setup.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-airflow/blob/4fc61a35/setup.py
----------------------------------------------------------------------
diff --git a/setup.py b/setup.py
index 299a1db..6d53ce5 100644
--- a/setup.py
+++ b/setup.py
@@ -116,7 +116,7 @@ azure_data_lake = [
 ]
 cassandra = ['cassandra-driver>=3.13.0']
 celery = [
-    'celery>=4.0.2',
+    'celery>=4.1.1',
     'flower>=0.7.3'
 ]
 cgroups = [