pierrejeambrun commented on code in PR #55642: URL: https://github.com/apache/airflow/pull/55642#discussion_r2454802289
########## providers/edge3/pyproject.toml: ########## @@ -57,7 +57,7 @@ requires-python = ">=3.10" # Make sure to run ``prek update-providers-dependencies --all-files`` # After you modify the dependencies, and rebuild your Breeze CI image with ``breeze ci-image build`` dependencies = [ - "apache-airflow>=2.10.0", + "apache-airflow>=2.10.0,!=3.1.0", Review Comment: Don't we need a `>3.1.0` for the next edge provider release? -- 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]
