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


##########
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:
   Are you sure about the version ? Should it be >= 3.6.0 ?



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