The GitHub Actions job "Update constraints (on uv.lock push)" on airflow.git/main has failed. Run started by GitHub user potiuk (triggered by potiuk).
Head commit for run: cf4c7690e04ef59871a6fcb94d0752dfdf54db36 / Jarek Potiuk <[email protected]> Require a lower bound on every dependency in pyproject.toml (#71378) 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/31507622535 With regards, GitHub Actions via GitBox --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
