The GitHub Actions job "Tests (AMD)" on airflow.git/fix-otel-prerelease-constraints has failed. Run started by GitHub user vatsrahul1001 (triggered by vatsrahul1001).
Head commit for run: e8f87d2d677777e0c5ad363bf98482cb241f4afc / Rahul Vats <[email protected]> Allow opentelemetry-exporter-prometheus pre-release in candidate constraints resolution Follow-up to #71040. airflow-core requires `opentelemetry-exporter-prometheus>=0.47b0`, a package that only ever ships betas (released constraints already pin e.g. `==0.65b0`). The candidate constraints resolution runs `uv pip install ... --prerelease explicit`, which permits a pre-release only for a package some requirement marks as such and drops the if-necessary fallback, so with no explicit mark it fails with 'No solution found'. Add it to `additional_constraints_for_highest_resolution` (the build-side list the failure message points at) rather than the provider-only pre-release list, so it is an always-allowed pre-release across every resolution, matching how it already ships. Report URL: https://github.com/apache/airflow/actions/runs/30968679533 With regards, GitHub Actions via GitBox --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
