The GitHub Actions job "Tests (AMD)" on airflow.git/v3-3-test has failed.
Run started by GitHub user potiuk (triggered by potiuk).

Head commit for run:
2ebec52f6329017b471f3aa8261a1ae2642fe388 / github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
[v3-3-test] Allow opentelemetry-exporter-prometheus pre-release in candidate 
constraints resolution (#71110) (#71132)

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.
(cherry picked from commit b23fa6b7a950b7e0982d4649f3a7ecbdd0c87ebb)

Co-authored-by: Rahul Vats <[email protected]>

Report URL: https://github.com/apache/airflow/actions/runs/30969188186

With regards,
GitHub Actions via GitBox


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to