From 24c0aca09e28844ecbb1e69f15af06f24ddb32b9 Mon Sep 17 00:00:00 2001 From: Deepyaman Datta Date: Mon, 16 Dec 2024 13:15:10 -0700 Subject: [PATCH] fix(deps): remove the upper bounds for `pyarrow` (#10503) ## Issues closed * Resolves #10492 --- pyproject.toml | 38 +++++++++++++++++++------------------- uv.lock | 38 +++++++++++++++++++------------------- 2 files changed, 38 insertions(+), 38 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 80fc8f4c70d2..abc6bd9895b7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -47,7 +47,7 @@ bigquery = [ "db-dtypes>=0.3,<2", "google-cloud-bigquery>=3,<4", "google-cloud-bigquery-storage>=2,<3", - "pyarrow>=10.0.1,<19", + "pyarrow>=10.0.1", "pyarrow-hotfix>=0.4,<1", "pydata-google-auth>=1.4.0,<2", "numpy>=1.23.2,<3", @@ -56,7 +56,7 @@ bigquery = [ ] clickhouse = [ "clickhouse-connect[arrow,pandas,numpy]>=0.5.23,<1", - "pyarrow>=10.0.1,<19", + "pyarrow>=10.0.1", "pyarrow-hotfix>=0.4,<1", "numpy>=1.23.2,<3", "pandas>=1.5.3,<3", @@ -64,7 +64,7 @@ clickhouse = [ ] databricks = [ "databricks-sql-connector-core>=4,<5", - "pyarrow>=10.0.1,<19", + "pyarrow>=10.0.1", "pyarrow-hotfix>=0.4,<1", "numpy>=1.23.2,<3", "pandas>=1.5.3,<3", @@ -72,7 +72,7 @@ databricks = [ ] datafusion = [ "datafusion>=0.6,<44", - "pyarrow>=10.0.1,<19", + "pyarrow>=10.0.1", "pyarrow-hotfix>=0.4,<1", "numpy>=1.23.2,<3", "pandas>=1.5.3,<3", @@ -80,7 +80,7 @@ datafusion = [ ] druid = [ "pydruid>=0.6.7,<1", - "pyarrow>=10.0.1,<19", + "pyarrow>=10.0.1", "pyarrow-hotfix>=0.4,<1", "numpy>=1.23.2,<3", "pandas>=1.5.3,<3", @@ -88,7 +88,7 @@ druid = [ ] duckdb = [ "duckdb>=0.10,<1.2", - "pyarrow>=10.0.1,<19", + "pyarrow>=10.0.1", "pyarrow-hotfix>=0.4,<1", "numpy>=1.23.2,<3", "pandas>=1.5.3,<3", @@ -97,14 +97,14 @@ duckdb = [ ] exasol = [ "pyexasol>=0.25.2,<1", - "pyarrow>=10.0.1,<19", + "pyarrow>=10.0.1", "pyarrow-hotfix>=0.4,<1", "numpy>=1.23.2,<3", "pandas>=1.5.3,<3", "rich>=12.4.4,<14", ] flink = [ - "pyarrow>=10.0.1,<19", + "pyarrow>=10.0.1", "pyarrow-hotfix>=0.4,<1", "numpy>=1.23.2,<3", "pandas>=1.5.3,<3", @@ -112,7 +112,7 @@ flink = [ ] impala = [ "impyla>=0.17,<1", - "pyarrow>=10.0.1,<19", + "pyarrow>=10.0.1", "pyarrow-hotfix>=0.4,<1", "numpy>=1.23.2,<3", "pandas>=1.5.3,<3", @@ -120,7 +120,7 @@ impala = [ ] mssql = [ "pyodbc>=4.0.39,<6", - "pyarrow>=10.0.1,<19", + "pyarrow>=10.0.1", "pyarrow-hotfix>=0.4,<1", "numpy>=1.23.2,<3", "pandas>=1.5.3,<3", @@ -128,7 +128,7 @@ mssql = [ ] mysql = [ "mysqlclient>=2.2.4,<3", - "pyarrow>=10.0.1,<19", + "pyarrow>=10.0.1", "pyarrow-hotfix>=0.4,<1", "numpy>=1.23.2,<3", "pandas>=1.5.3,<3", @@ -137,7 +137,7 @@ mysql = [ oracle = [ "oracledb>=1.3.1,<3", "packaging>=21.3,<25", - "pyarrow>=10.0.1,<19", + "pyarrow>=10.0.1", "pyarrow-hotfix>=0.4,<1", "numpy>=1.23.2,<3", "pandas>=1.5.3,<3", @@ -146,7 +146,7 @@ oracle = [ polars = [ "polars>=1,<2", "packaging>=21.3,<25", - "pyarrow>=10.0.1,<19", + "pyarrow>=10.0.1", "pyarrow-hotfix>=0.4,<1", "numpy>=1.23.2,<3", "pandas>=1.5.3,<3", @@ -154,7 +154,7 @@ polars = [ ] postgres = [ "psycopg2>=2.8.4,<3", - "pyarrow>=10.0.1,<19", + "pyarrow>=10.0.1", "pyarrow-hotfix>=0.4,<1", "numpy>=1.23.2,<3", "pandas>=1.5.3,<3", @@ -163,7 +163,7 @@ postgres = [ pyspark = [ "pyspark>=3.3.3,<4", "packaging>=21.3,<25", - "pyarrow>=10.0.1,<19", + "pyarrow>=10.0.1", "pyarrow-hotfix>=0.4,<1", "numpy>=1.23.2,<3", "pandas>=1.5.3,<3", @@ -171,7 +171,7 @@ pyspark = [ ] snowflake = [ "snowflake-connector-python>=3.0.2,<4,!=3.3.0b1", - "pyarrow>=10.0.1,<19", + "pyarrow>=10.0.1", "pyarrow-hotfix>=0.4,<1", "numpy>=1.23.2,<3", "pandas>=1.5.3,<3", @@ -179,7 +179,7 @@ snowflake = [ ] sqlite = [ "regex>=2021.7.6", - "pyarrow>=10.0.1,<19", + "pyarrow>=10.0.1", "pyarrow-hotfix>=0.4,<1", "numpy>=1.23.2,<3", "pandas>=1.5.3,<3", @@ -187,7 +187,7 @@ sqlite = [ ] risingwave = [ "psycopg2>=2.8.4,<3", - "pyarrow>=10.0.1,<19", + "pyarrow>=10.0.1", "pyarrow-hotfix>=0.4,<1", "numpy>=1.23.2,<3", "pandas>=1.5.3,<3", @@ -195,7 +195,7 @@ risingwave = [ ] trino = [ "trino>=0.321,<1", - "pyarrow>=10.0.1,<19", + "pyarrow>=10.0.1", "pyarrow-hotfix>=0.4,<1", "numpy>=1.23.2,<3", "pandas>=1.5.3,<3", diff --git a/uv.lock b/uv.lock index eff4f3048315..b46e468b4b17 100644 --- a/uv.lock +++ b/uv.lock @@ -2168,25 +2168,25 @@ requires-dist = [ { name = "polars", marker = "extra == 'polars'", specifier = ">=1,<2" }, { name = "psycopg2", marker = "extra == 'postgres'", specifier = ">=2.8.4,<3" }, { name = "psycopg2", marker = "extra == 'risingwave'", specifier = ">=2.8.4,<3" }, - { name = "pyarrow", marker = "extra == 'bigquery'", specifier = ">=10.0.1,<19" }, - { name = "pyarrow", marker = "extra == 'clickhouse'", specifier = ">=10.0.1,<19" }, - { name = "pyarrow", marker = "extra == 'databricks'", specifier = ">=10.0.1,<19" }, - { name = "pyarrow", marker = "extra == 'datafusion'", specifier = ">=10.0.1,<19" }, - { name = "pyarrow", marker = "extra == 'druid'", specifier = ">=10.0.1,<19" }, - { name = "pyarrow", marker = "extra == 'duckdb'", specifier = ">=10.0.1,<19" }, - { name = "pyarrow", marker = "extra == 'exasol'", specifier = ">=10.0.1,<19" }, - { name = "pyarrow", marker = "extra == 'flink'", specifier = ">=10.0.1,<19" }, - { name = "pyarrow", marker = "extra == 'impala'", specifier = ">=10.0.1,<19" }, - { name = "pyarrow", marker = "extra == 'mssql'", specifier = ">=10.0.1,<19" }, - { name = "pyarrow", marker = "extra == 'mysql'", specifier = ">=10.0.1,<19" }, - { name = "pyarrow", marker = "extra == 'oracle'", specifier = ">=10.0.1,<19" }, - { name = "pyarrow", marker = "extra == 'polars'", specifier = ">=10.0.1,<19" }, - { name = "pyarrow", marker = "extra == 'postgres'", specifier = ">=10.0.1,<19" }, - { name = "pyarrow", marker = "extra == 'pyspark'", specifier = ">=10.0.1,<19" }, - { name = "pyarrow", marker = "extra == 'risingwave'", specifier = ">=10.0.1,<19" }, - { name = "pyarrow", marker = "extra == 'snowflake'", specifier = ">=10.0.1,<19" }, - { name = "pyarrow", marker = "extra == 'sqlite'", specifier = ">=10.0.1,<19" }, - { name = "pyarrow", marker = "extra == 'trino'", specifier = ">=10.0.1,<19" }, + { name = "pyarrow", marker = "extra == 'bigquery'", specifier = ">=10.0.1" }, + { name = "pyarrow", marker = "extra == 'clickhouse'", specifier = ">=10.0.1" }, + { name = "pyarrow", marker = "extra == 'databricks'", specifier = ">=10.0.1" }, + { name = "pyarrow", marker = "extra == 'datafusion'", specifier = ">=10.0.1" }, + { name = "pyarrow", marker = "extra == 'druid'", specifier = ">=10.0.1" }, + { name = "pyarrow", marker = "extra == 'duckdb'", specifier = ">=10.0.1" }, + { name = "pyarrow", marker = "extra == 'exasol'", specifier = ">=10.0.1" }, + { name = "pyarrow", marker = "extra == 'flink'", specifier = ">=10.0.1" }, + { name = "pyarrow", marker = "extra == 'impala'", specifier = ">=10.0.1" }, + { name = "pyarrow", marker = "extra == 'mssql'", specifier = ">=10.0.1" }, + { name = "pyarrow", marker = "extra == 'mysql'", specifier = ">=10.0.1" }, + { name = "pyarrow", marker = "extra == 'oracle'", specifier = ">=10.0.1" }, + { name = "pyarrow", marker = "extra == 'polars'", specifier = ">=10.0.1" }, + { name = "pyarrow", marker = "extra == 'postgres'", specifier = ">=10.0.1" }, + { name = "pyarrow", marker = "extra == 'pyspark'", specifier = ">=10.0.1" }, + { name = "pyarrow", marker = "extra == 'risingwave'", specifier = ">=10.0.1" }, + { name = "pyarrow", marker = "extra == 'snowflake'", specifier = ">=10.0.1" }, + { name = "pyarrow", marker = "extra == 'sqlite'", specifier = ">=10.0.1" }, + { name = "pyarrow", marker = "extra == 'trino'", specifier = ">=10.0.1" }, { name = "pyarrow-hotfix", marker = "extra == 'bigquery'", specifier = ">=0.4,<1" }, { name = "pyarrow-hotfix", marker = "extra == 'clickhouse'", specifier = ">=0.4,<1" }, { name = "pyarrow-hotfix", marker = "extra == 'databricks'", specifier = ">=0.4,<1" },