potiuk commented on code in PR #46608: URL: https://github.com/apache/airflow/pull/46608#discussion_r1957070053
########## providers/google/pyproject.toml: ########## @@ -143,7 +143,8 @@ dependencies = [ # Any change in the dependencies is preserved when the file is regenerated [project.optional-dependencies] "apache.beam" = [ - "apache-beam[gcp]", + 'apache-beam[gcp]>=2.53.0; python_version < "3.12"', Review Comment: One of the tests started failing when we isolated apache-beam and it turned out that we did not have the same limits set here as in apache.beam provider. That's another side-effect of better isolation between providers. -- 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]
