jscheffl commented on code in PR #55642: URL: https://github.com/apache/airflow/pull/55642#discussion_r2457042416
########## 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: No, it is only broken in 3.1.0 (exactly) because of the UI plugin. All else and all other versions are not affected because no UI plugin. In theory it would work in 3.1.0 as well, but only UI plugin not... so you _could_ use it with restricted features, That is why I excluded only this version. -- 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]
