kaxil commented on code in PR #59883: URL: https://github.com/apache/airflow/pull/59883#discussion_r2653089623
########## providers/openlineage/src/airflow/providers/openlineage/plugins/listener.py: ########## @@ -28,9 +28,8 @@ from openlineage.client.serde import Serde from airflow import settings -from airflow.listeners import hookimpl from airflow.models import DagRun, TaskInstance -from airflow.providers.common.compat.sdk import Stats, timeout, timezone +from airflow.providers.common.compat.sdk import Stats, hookimpl, timeout, timezone Review Comment: You need to bump the version required (via an indicator which will be used by Providers's release manager) otherwise this will break OL: https://github.com/apache/airflow/blob/cf80ae19840f1d03e16323e7bca819550633db97/contributing-docs/13_airflow_dependencies_and_extras.rst?plain=1#L216-L223 -- 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]
