guan404ming commented on code in PR #50341: URL: https://github.com/apache/airflow/pull/50341#discussion_r2080065539
########## providers/google/pyproject.toml: ########## @@ -129,11 +129,6 @@ 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", - # In pandas 2.2 minimal version of the sqlalchemy is 2.0 - # https://pandas.pydata.org/docs/whatsnew/v2.2.0.html#increased-minimum-versions-for-dependencies - # However Airflow not fully supports it yet: https://github.com/apache/airflow/issues/28723 - # In addition FAB also limit sqlalchemy to < 2.0 - "pandas>=2.1.2,<2.2", Review Comment: It would. Thus I just move the dependency to `apache-airflow-providers-common-sql[pandas,polars]` to sync the `pandas` and `polars` version with `common-sql`. -- 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