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


##########
dev/provider_packages/prepare_provider_packages.py:
##########
@@ -54,6 +54,10 @@
 
 ALL_PYTHON_VERSIONS = ["3.7", "3.8", "3.9", "3.10"]
 
+MIN_AIRFLOW_VERSION = "2.4.0"
+
+MIN_AIRFLOW_VERSION_EXCEPTIONS = {"openlineage": "2.6.0"}

Review Comment:
   cc: @eladkal Here we specify min airflow version and those packages that 
exceptionally have different min version set.



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