The GitHub Actions job "Tests" on airflow.git/optional-extras-moved-to-providers has succeeded. Run started by GitHub user potiuk (triggered by potiuk).
Head commit for run: 9d00ad69724377733b907b76f494df32c17b9c2a / Jarek Potiuk <[email protected]> Change provider-specific dependencies to refer to providers With the recent `uv` move, we can move some of the optional dependencies to providers - i.e. rather than refer to specific dependenciesm we can refer to the optional dependencies of the providers. This was not easy before - because with `pip` for development dependencies it would have install the provider itself instead of the dependencies, but with uv workspaces this is perfectly fine as uv will find the provider in the workspace and will install the provider sources and the optional dependencies when given extra is used. This avoids duplication in the core's dependencies and allows to depend airflow core noot on specific dependencies but on the optional dependencies of provider installed, which is as it should be. This change also bumps the dependencies of amazon provider that are affected by this change in an attempt to make "resolution too deep" problems. Report URL: https://github.com/apache/airflow/actions/runs/14292199172 With regards, GitHub Actions via GitBox --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
