Taragolis opened a new pull request, #29081: URL: https://github.com/apache/airflow/pull/29081
We still have info that we check providers against Airflow 2.2 in verify providers step, but actually we use 2.3 ```console ERROR: There were some import errors If the job is about installing providers in 2.2.0, most likely you are using features that are not available in Airflow 2.2.0 and you must implement them in backwards-compatible way! ``` Remove hardcoded value, so we should not have this issue again when we bump min version to 2.4 and change value for flag `--use-airflow-version` for the CI command -- 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]
