The GitHub Actions job "Tests (AMD)" on airflow.git/check-dependency-lower-bounds has succeeded. Run started by GitHub user potiuk (triggered by potiuk).
Head commit for run: 663531df9bd0a5198d11c184f940aa112eca953d / Jarek Potiuk <[email protected]> Require a lower bound on every dependency in pyproject.toml An unbounded requirement lets the resolver answer with any version that has ever been published, so what our constraints pin - and what a user ends up installing - depends on how the resolution went rather than on what the code needs. Four such requirements were found and fixed by hand while pinning providers in constraints (#71324); they sat in four different dependency tables, which is why they went unnoticed for so long. Distributions that are members of the uv workspace are exempt - they resolve from the checkout, so a version range would say nothing - as are direct URL requirements, where the URL already names the exact artifact. Report URL: https://github.com/apache/airflow/actions/runs/31396385761 With regards, GitHub Actions via GitBox --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
