The GitHub Actions job "Tests (AMD)" on airflow.git/backport-b23fa6b-v3-3-test 
has failed.
Run started by GitHub user github-actions[bot] (triggered by potiuk).

Head commit for run:
e683c84e92c2002b982ad528773235d28594e6b8 / Rahul Vats 
<[email protected]>
[v3-3-test] Allow opentelemetry-exporter-prometheus pre-release in candidate 
constraints resolution (#71110)

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/30969108258

With regards,
GitHub Actions via GitBox


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

Reply via email to