github-actions[bot] opened a new pull request, #60305:
URL: https://github.com/apache/airflow/pull/60305

   When Airflow is installed in breeze with `--use-airflow-version`
   and it's either wheel, dist or version number, we should use
   PyPI constraints, rather than source constraints, because in some
   edge cases, pre-installed providers might be installed using
   different version than the version specified in PyPI constraints.
   
   This might happen if the dependency resolution run by uv will
   determine that another package is more important to be installed
   in higher version and that higher version conflicts with newer
   preinstalled provider version.
   
   In this case Fab Provider is pinned with fab provider and the
   version of fab provider in v3-1-test sources was pretty old.
   (cherry picked from commit e0c5458c3334544c6432d6bc6b5e9c6345363ef6)
   
   Co-authored-by: Jarek Potiuk <[email protected]>


-- 
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]

Reply via email to