potiuk commented on a change in pull request #18020:
URL: https://github.com/apache/airflow/pull/18020#discussion_r702160378
##########
File path: airflow/providers_manager.py
##########
@@ -204,6 +205,11 @@ def wrapped_function(*args, **kwargs):
return provider_info_cache_decorator
+MIN_PROVIDER_VERSIONS = {
+ "apache-airflow-providers-celery": "2.1.0",
+}
Review comment:
Yep. Why not :)
--
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]