potiuk commented on code in PR #37926:
URL: https://github.com/apache/airflow/pull/37926#discussion_r1517025172


##########
airflow/cli/commands/celery_command.py:
##########
@@ -46,7 +46,7 @@
 WORKER_PROCESS_NAME = "worker"
 
 warnings.warn(
-    "Use celery command from providers package, Use celery provider > 3.5.2", 
DeprecationWarning, stacklevel=2
+    "Use celery command from providers package, Use celery provider > 3.6.0", 
DeprecationWarning, stacklevel=2

Review Comment:
   So maybe better >= 3.6.1 ?
   
   Also this one needs rebasing @pavansharma36  (and conflict resolving)



-- 
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