anishgirianish commented on code in PR #59862:
URL: https://github.com/apache/airflow/pull/59862#discussion_r2649841231


##########
scripts/ci/prek/upgrade_important_versions.py:
##########
@@ -408,6 +421,7 @@ def get_env_bool(name: str, default: bool = True) -> bool:
 UPGRADE_UV: bool = get_env_bool("UPGRADE_UV")
 UPGRADE_MYPY: bool = get_env_bool("UPGRADE_MYPY")
 UPGRADE_PROTOC: bool = get_env_bool("UPGRADE_PROTOC")
+UPGRADE_OPENAPI_GENERATOR: bool = get_env_bool("UPGRADE_OPENAPI_GENERATOR")

Review Comment:
   Thank you for pointing this out. I’ve updated the PR to include the 
necessary changes to the CI workflows as well, so this should now be safe to 
merge.



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