diff --git a/providers/apache/beam/pyproject.toml b/providers/apache/beam/pyproject.toml index 590bbe6b0429a..af174e291d23c 100644 --- a/providers/apache/beam/pyproject.toml +++ b/providers/apache/beam/pyproject.toml @@ -58,7 +58,7 @@ requires-python = "~=3.10" dependencies = [ "apache-airflow>=2.10.0", 'apache-beam>=2.60.0', - "pyarrow>=14.0.1", + "pyarrow>=16.1.0", "numpy>=1.26.0", ] diff --git a/providers/databricks/pyproject.toml b/providers/databricks/pyproject.toml index 632dd6bf8bf4c..e6edcc34943d8 100644 --- a/providers/databricks/pyproject.toml +++ b/providers/databricks/pyproject.toml @@ -66,7 +66,7 @@ dependencies = [ "mergedeep>=1.3.4", 'pandas>=2.1.2; python_version <"3.13"', 'pandas>=2.2.3; python_version >="3.13"', - "pyarrow>=14.0.1", + "pyarrow>=16.1.0", ] # The optional dependencies should be modified in place in the generated file diff --git a/providers/google/pyproject.toml b/providers/google/pyproject.toml index b46d9146dadf8..0de82f05454f0 100644 --- a/providers/google/pyproject.toml +++ b/providers/google/pyproject.toml @@ -129,7 +129,7 @@ dependencies = [ # further constrain it since older versions are buggy. "proto-plus>=1.19.6", # Used to write parquet files by BaseSqlToGCSOperator - "pyarrow>=14.0.1", + "pyarrow>=16.1.0", "python-slugify>=7.0.0", "PyOpenSSL>=23.0.0", "sqlalchemy-bigquery>=1.2.1", diff --git a/providers/snowflake/pyproject.toml b/providers/snowflake/pyproject.toml index 16f9b6a73a4b5..ef0b04b974a9c 100644 --- a/providers/snowflake/pyproject.toml +++ b/providers/snowflake/pyproject.toml @@ -61,7 +61,7 @@ dependencies = [ "apache-airflow-providers-common-sql>=1.21.0", 'pandas>=2.1.2; python_version <"3.13"', 'pandas>=2.2.3; python_version >="3.13"', - "pyarrow>=14.0.1", + "pyarrow>=16.1.0", "snowflake-connector-python>=3.7.1", "snowflake-sqlalchemy>=1.4.0", "snowflake-snowpark-python>=1.17.0;python_version<'3.12'",