pierrejeambrun commented on code in PR #50208: URL: https://github.com/apache/airflow/pull/50208#discussion_r2086830373
########## providers/fab/pyproject.toml: ########## @@ -57,7 +57,7 @@ license-files = ["NOTICE", "*/LICENSE*"] # Make sure to run ``breeze static-checks --type update-providers-dependencies --all-files`` # After you modify the dependencies, and rebuild your Breeze CI image with ``breeze ci-image build`` dependencies = [ - "apache-airflow>=3.0.0", + "apache-airflow>=3.0.2", Review Comment: I added it because of the 4th point in: https://github.com/apache/airflow/pull/50269#issuecomment-2871374182 I think it's safer to have 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
