You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by po...@apache.org on 2022/01/22 15:49:20 UTC

[airflow] 07/33: upgrade celery 5.2.3 (#19703)

This is an automated email from the ASF dual-hosted git repository.

potiuk pushed a commit to branch v2-2-test
in repository https://gitbox.apache.org/repos/asf/airflow.git

commit 87f081d10b7af1874123a9bb2f58efacefae2961
Author: Asif Saif Uddin <au...@gmail.com>
AuthorDate: Mon Jan 3 20:28:48 2022 +0600

    upgrade celery 5.2.3 (#19703)
    
    (cherry picked from commit e1fbfc60d29af3fc0928b904ac80ca3b71a3a839)
---
 setup.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/setup.py b/setup.py
index 59ddfc3..b158aad 100644
--- a/setup.py
+++ b/setup.py
@@ -227,7 +227,7 @@ cassandra = [
     'cassandra-driver>=3.13.0,<4',
 ]
 celery = [
-    'celery~=5.1,>=5.1.2',
+    'celery>=5.2.3',
     'flower~=1.0.0',
 ]
 cgroups = [