eladkal commented on code in PR #62071: URL: https://github.com/apache/airflow/pull/62071#discussion_r2816941828
########## providers/google/pyproject.toml: ########## @@ -149,8 +147,7 @@ dependencies = [ # Any change in the dependencies is preserved when the file is regenerated [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"', + "apache-airflow-providers-apache-beam>=6.2.2", # use next version Review Comment: my thoughts were that right now Google provider users can use Python 3.13 with beam as it had direct dependency on the beam sdk. However if Python 3.13 user will use `apache-airflow-providers-apache-beam==6.2.2` it won't work for him because this provider version does not yet allow Python 3.13 so to keep on the safe side I suggested to bump. WDYT? -- 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]
