eladkal commented on code in PR #35233: URL: https://github.com/apache/airflow/pull/35233#discussion_r1375232158
########## dev/provider_packages/prepare_provider_packages.py: ########## @@ -58,7 +58,7 @@ # In case you have some providers that you want to have different min-airflow version for, # Add them as exceptions here. Make sure to remove it once the min-airflow version is bumped # to the same version that is required by the exceptional provider -MIN_AIRFLOW_VERSION_EXCEPTIONS = {"openlineage": "2.7.0"} +MIN_AIRFLOW_VERSION_EXCEPTIONS = {"openlineage": "2.7.0", "common.io": "2.8.0"} Review Comment: This was missed in the merge of the provider code. I guess we are missing some kind of test for it -- 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: commits-unsubscr...@airflow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org