RoyLee1224 commented on code in PR #51790: URL: https://github.com/apache/airflow/pull/51790#discussion_r2151968459
########## providers/apache/beam/pyproject.toml: ########## @@ -70,7 +70,8 @@ dependencies = [ # Any change in the dependencies is preserved when the file is regenerated [project.optional-dependencies] "google" = [ - 'apache-beam[gcp]>=2.60.0', + 'apache-beam[gcp]>=2.53.0; python_version < "3.12"', + 'apache-beam[gcp]>=2.57.0; python_version >= "3.12"', Review Comment: You're right, that doesn't look correct. Seems like a merge artifact from my recent rebase with the main branch. I'll fix it. -- 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]
