Skip to content

Commit 24c0aca

Browse files
authored
fix(deps): remove the upper bounds for pyarrow (#10503)
## Issues closed * Resolves #10492
1 parent d3e4104 commit 24c0aca

File tree

2 files changed

+38
-38
lines changed

2 files changed

+38
-38
lines changed

pyproject.toml

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ bigquery = [
4747
"db-dtypes>=0.3,<2",
4848
"google-cloud-bigquery>=3,<4",
4949
"google-cloud-bigquery-storage>=2,<3",
50-
"pyarrow>=10.0.1,<19",
50+
"pyarrow>=10.0.1",
5151
"pyarrow-hotfix>=0.4,<1",
5252
"pydata-google-auth>=1.4.0,<2",
5353
"numpy>=1.23.2,<3",
@@ -56,39 +56,39 @@ bigquery = [
5656
]
5757
clickhouse = [
5858
"clickhouse-connect[arrow,pandas,numpy]>=0.5.23,<1",
59-
"pyarrow>=10.0.1,<19",
59+
"pyarrow>=10.0.1",
6060
"pyarrow-hotfix>=0.4,<1",
6161
"numpy>=1.23.2,<3",
6262
"pandas>=1.5.3,<3",
6363
"rich>=12.4.4,<14",
6464
]
6565
databricks = [
6666
"databricks-sql-connector-core>=4,<5",
67-
"pyarrow>=10.0.1,<19",
67+
"pyarrow>=10.0.1",
6868
"pyarrow-hotfix>=0.4,<1",
6969
"numpy>=1.23.2,<3",
7070
"pandas>=1.5.3,<3",
7171
"rich>=12.4.4,<14",
7272
]
7373
datafusion = [
7474
"datafusion>=0.6,<44",
75-
"pyarrow>=10.0.1,<19",
75+
"pyarrow>=10.0.1",
7676
"pyarrow-hotfix>=0.4,<1",
7777
"numpy>=1.23.2,<3",
7878
"pandas>=1.5.3,<3",
7979
"rich>=12.4.4,<14",
8080
]
8181
druid = [
8282
"pydruid>=0.6.7,<1",
83-
"pyarrow>=10.0.1,<19",
83+
"pyarrow>=10.0.1",
8484
"pyarrow-hotfix>=0.4,<1",
8585
"numpy>=1.23.2,<3",
8686
"pandas>=1.5.3,<3",
8787
"rich>=12.4.4,<14",
8888
]
8989
duckdb = [
9090
"duckdb>=0.10,<1.2",
91-
"pyarrow>=10.0.1,<19",
91+
"pyarrow>=10.0.1",
9292
"pyarrow-hotfix>=0.4,<1",
9393
"numpy>=1.23.2,<3",
9494
"pandas>=1.5.3,<3",
@@ -97,38 +97,38 @@ duckdb = [
9797
]
9898
exasol = [
9999
"pyexasol>=0.25.2,<1",
100-
"pyarrow>=10.0.1,<19",
100+
"pyarrow>=10.0.1",
101101
"pyarrow-hotfix>=0.4,<1",
102102
"numpy>=1.23.2,<3",
103103
"pandas>=1.5.3,<3",
104104
"rich>=12.4.4,<14",
105105
]
106106
flink = [
107-
"pyarrow>=10.0.1,<19",
107+
"pyarrow>=10.0.1",
108108
"pyarrow-hotfix>=0.4,<1",
109109
"numpy>=1.23.2,<3",
110110
"pandas>=1.5.3,<3",
111111
"rich>=12.4.4,<14",
112112
]
113113
impala = [
114114
"impyla>=0.17,<1",
115-
"pyarrow>=10.0.1,<19",
115+
"pyarrow>=10.0.1",
116116
"pyarrow-hotfix>=0.4,<1",
117117
"numpy>=1.23.2,<3",
118118
"pandas>=1.5.3,<3",
119119
"rich>=12.4.4,<14",
120120
]
121121
mssql = [
122122
"pyodbc>=4.0.39,<6",
123-
"pyarrow>=10.0.1,<19",
123+
"pyarrow>=10.0.1",
124124
"pyarrow-hotfix>=0.4,<1",
125125
"numpy>=1.23.2,<3",
126126
"pandas>=1.5.3,<3",
127127
"rich>=12.4.4,<14",
128128
]
129129
mysql = [
130130
"mysqlclient>=2.2.4,<3",
131-
"pyarrow>=10.0.1,<19",
131+
"pyarrow>=10.0.1",
132132
"pyarrow-hotfix>=0.4,<1",
133133
"numpy>=1.23.2,<3",
134134
"pandas>=1.5.3,<3",
@@ -137,7 +137,7 @@ mysql = [
137137
oracle = [
138138
"oracledb>=1.3.1,<3",
139139
"packaging>=21.3,<25",
140-
"pyarrow>=10.0.1,<19",
140+
"pyarrow>=10.0.1",
141141
"pyarrow-hotfix>=0.4,<1",
142142
"numpy>=1.23.2,<3",
143143
"pandas>=1.5.3,<3",
@@ -146,15 +146,15 @@ oracle = [
146146
polars = [
147147
"polars>=1,<2",
148148
"packaging>=21.3,<25",
149-
"pyarrow>=10.0.1,<19",
149+
"pyarrow>=10.0.1",
150150
"pyarrow-hotfix>=0.4,<1",
151151
"numpy>=1.23.2,<3",
152152
"pandas>=1.5.3,<3",
153153
"rich>=12.4.4,<14",
154154
]
155155
postgres = [
156156
"psycopg2>=2.8.4,<3",
157-
"pyarrow>=10.0.1,<19",
157+
"pyarrow>=10.0.1",
158158
"pyarrow-hotfix>=0.4,<1",
159159
"numpy>=1.23.2,<3",
160160
"pandas>=1.5.3,<3",
@@ -163,39 +163,39 @@ postgres = [
163163
pyspark = [
164164
"pyspark>=3.3.3,<4",
165165
"packaging>=21.3,<25",
166-
"pyarrow>=10.0.1,<19",
166+
"pyarrow>=10.0.1",
167167
"pyarrow-hotfix>=0.4,<1",
168168
"numpy>=1.23.2,<3",
169169
"pandas>=1.5.3,<3",
170170
"rich>=12.4.4,<14",
171171
]
172172
snowflake = [
173173
"snowflake-connector-python>=3.0.2,<4,!=3.3.0b1",
174-
"pyarrow>=10.0.1,<19",
174+
"pyarrow>=10.0.1",
175175
"pyarrow-hotfix>=0.4,<1",
176176
"numpy>=1.23.2,<3",
177177
"pandas>=1.5.3,<3",
178178
"rich>=12.4.4,<14",
179179
]
180180
sqlite = [
181181
"regex>=2021.7.6",
182-
"pyarrow>=10.0.1,<19",
182+
"pyarrow>=10.0.1",
183183
"pyarrow-hotfix>=0.4,<1",
184184
"numpy>=1.23.2,<3",
185185
"pandas>=1.5.3,<3",
186186
"rich>=12.4.4,<14",
187187
]
188188
risingwave = [
189189
"psycopg2>=2.8.4,<3",
190-
"pyarrow>=10.0.1,<19",
190+
"pyarrow>=10.0.1",
191191
"pyarrow-hotfix>=0.4,<1",
192192
"numpy>=1.23.2,<3",
193193
"pandas>=1.5.3,<3",
194194
"rich>=12.4.4,<14",
195195
]
196196
trino = [
197197
"trino>=0.321,<1",
198-
"pyarrow>=10.0.1,<19",
198+
"pyarrow>=10.0.1",
199199
"pyarrow-hotfix>=0.4,<1",
200200
"numpy>=1.23.2,<3",
201201
"pandas>=1.5.3,<3",

uv.lock

Lines changed: 19 additions & 19 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)