eladkal commented on code in PR #61978:
URL: https://github.com/apache/airflow/pull/61978#discussion_r2813916004


##########
providers/google/pyproject.toml:
##########
@@ -150,7 +150,7 @@ dependencies = [
 [project.optional-dependencies]
 "apache.beam" = [
     'apache-beam[gcp]>=2.53.0; python_version < "3.12"',
-    'apache-beam[gcp]>=2.57.0; python_version >= "3.12" and python_version < 
"3.13"',
+    'apache-beam[gcp]>=2.57.0; python_version >= "3.12"',

Review Comment:
   That's odd. why is google provider depended on `apache-beam` rather than on 
`apache-airflow-providers-apache-beam`? but that is not related to this PR 
anyway



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