Taragolis commented on code in PR #37926: URL: https://github.com/apache/airflow/pull/37926#discussion_r1514334540
########## 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: I guess [this change](https://github.com/apache/airflow/pull/36794) not include into the 3.6.0 and will be included into the 3.6.1 -- 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]
