uranusjr commented on a change in pull request #19703:
URL: https://github.com/apache/airflow/pull/19703#discussion_r777274833



##########
File path: setup.py
##########
@@ -227,7 +227,7 @@ def write_version(filename: str = os.path.join(*[my_dir, 
"airflow", "git_version
     'cassandra-driver>=3.13.0,<4',
 ]
 celery = [
-    'celery~=5.1,>=5.1.2',
+    'celery~=5.2,>=5.2.3',

Review comment:
       Can this not continue to allow Celery 5.1.x by declaring `celery>=5.1` 
instead?




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to