github-actions[bot] opened a new pull request, #71132:
URL: https://github.com/apache/airflow/pull/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]>


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to