bhavesh200628-debug opened a new pull request, #62630:
URL: https://github.com/apache/airflow/pull/62630

    Closes #62595
   
   grpcio==1.78.1 was yanked from PyPI because it caused a major outage with 
gcloud serverless environments. Currently, the 2.11.1 constraints are 
attempting to pull this yanked version for Python 3.11, 3.12, and 3.13, which 
is throwing warnings and breaking downstream CI workflows.
   
   As an external contributor, I cannot run breeze release-management 
update-constraints to fix the constraints-2.11.1 tag directly.
   
   To prevent future regressions, this PR adds grpcio!=1.78.1 to the 
eager_upgrade_additional_requirements_list property in 
run_generate_constraints.py on the v2-11-test branch.
   
   Note to Maintainers: A release manager will still need to manually run the 
update-constraints breeze command against the 2.11.1 tag to provide immediate 
relief for users, but this PR ensures the yanked version won't be picked up in 
future v2-11-test constraint generations or patch releases.
   
   Testing
   
   Verified PyPI status of grpcio==1.78.1 (Yanked).
   
   Confirmed providers (grpcio-gcp, grpcio-status, etc.) are compatible with 
patch downgrade to 1.78.0.


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