jscheffl commented on code in PR #46891: URL: https://github.com/apache/airflow/pull/46891#discussion_r2159449822
########## providers/google/pyproject.toml: ########## @@ -127,11 +128,13 @@ dependencies = [ # See https://github.com/looker-open-source/sdk-codegen/issues/1518 "looker-sdk>=22.4.0,!=24.18.0", "pandas-gbq>=0.7.0", - # A transient dependency of google-cloud-bigquery-datatransfer, but we - # further constrain it since older versions are buggy. - "proto-plus>=1.19.6", + 'pandas>=2.1.2; python_version <"3.13"', + 'pandas>=2.2.0; python_version >="3.13"', + "proto-plus>=1.26.0", # Used to write parquet files by BaseSqlToGCSOperator - "pyarrow>=14.0.1", + # TODO: remove it when apache-beam allows pyarrow 18+ Review Comment: Do we need to constraint it here explicitly? Would not uv/pip install check the dependency basedon what is installed? Or is this buggy? -- 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: commits-unsubscr...@airflow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org