The GitHub Actions job "Tests" on airflow.git/add-min-versions-meta-package-provider-id has succeeded. Run started by GitHub user potiuk (triggered by potiuk).
Head commit for run: 545bc34f24cd9420a3c9ba40230e69892e068ef7 / Jarek Potiuk <ja...@potiuk.com> Add min-provider versions in apache-airflow pyproject.toml This change allows to limit available versions of providers that `pip` attempts to install when given extra is selected. The current `pip` resolution unfortunately will go through all versions of those providers when not lower-bounded when several of the extras are specified. This PR automates update of teh provider data with minimum versions that are no longer than 6 months old as a rule of thumb, plus it allows to override the version with hardcoded lower-bounds for some providers. Note that these limits are not "hard". While they are used when you are specifying extras, they are not actually limiting the users to try to downgrade the providers when they need to go to lower versions - because those are extras and they are not used beyond the initial installation with extras. The set of extras that are default in the image have been updated to include the new `git` and `edge` providers. Report URL: https://github.com/apache/airflow/actions/runs/14401157245 With regards, GitHub Actions via GitBox --------------------------------------------------------------------- To unsubscribe, e-mail: jobs-unsubscr...@airflow.apache.org For additional commands, e-mail: jobs-h...@airflow.apache.org