The GitHub Actions job "Tests" on airflow.git has failed.
Run started by GitHub user potiuk (triggered by potiuk).

Head commit for run:
5cd78cf425f6fedc380662ec9a9e37be51403ccb / Jarek Potiuk <[email protected]>
Upgrade dependencies in order to avoid backtracking (#27531)

Seems that the new `pip` have become a little more relaxed when it
comes to looking for dependencies, and we need to make sure that
version constraint is specified in every extra otherwise it might
have hard time finding the right set of dependencies while
running "eager upgrade".

Over the last few days all our main builds failed because of that as pip
was backtracking when performing eager upgrade..

This PR updates various dependencies to get rid of the backtracking,
following the process described in the

https://github.com/apache/airflow/blob/main/dev/TRACKING_BACKTRACKING_ISSUES.md

Report URL: https://github.com/apache/airflow/actions/runs/3406064525

With regards,
GitHub Actions via GitBox


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to