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


##########
providers/standard/src/airflow/providers/standard/sensors/bash.py:
##########
@@ -24,7 +24,12 @@
 from typing import TYPE_CHECKING
 
 from airflow.exceptions import AirflowFailException
-from airflow.sensors.base import BaseSensorOperator
+from airflow.providers.standard.version_compat import AIRFLOW_V_3_0_PLUS

Review Comment:
   I think it also means that we need to add `>=NEXT_VERSION` for the providers 
in the main `pyproject.toml` for the extras for Airflow 3.1
   
   The providers that are already released will start failing on Airflow 3.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: commits-unsubscr...@airflow.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to