@@ -47,7 +47,7 @@ bigquery = [
47
47
" db-dtypes>=0.3,<2" ,
48
48
" google-cloud-bigquery>=3,<4" ,
49
49
" google-cloud-bigquery-storage>=2,<3" ,
50
- " pyarrow>=10.0.1,<19 " ,
50
+ " pyarrow>=10.0.1" ,
51
51
" pyarrow-hotfix>=0.4,<1" ,
52
52
" pydata-google-auth>=1.4.0,<2" ,
53
53
" numpy>=1.23.2,<3" ,
@@ -56,39 +56,39 @@ bigquery = [
56
56
]
57
57
clickhouse = [
58
58
" clickhouse-connect[arrow,pandas,numpy]>=0.5.23,<1" ,
59
- " pyarrow>=10.0.1,<19 " ,
59
+ " pyarrow>=10.0.1" ,
60
60
" pyarrow-hotfix>=0.4,<1" ,
61
61
" numpy>=1.23.2,<3" ,
62
62
" pandas>=1.5.3,<3" ,
63
63
" rich>=12.4.4,<14" ,
64
64
]
65
65
databricks = [
66
66
" databricks-sql-connector-core>=4,<5" ,
67
- " pyarrow>=10.0.1,<19 " ,
67
+ " pyarrow>=10.0.1" ,
68
68
" pyarrow-hotfix>=0.4,<1" ,
69
69
" numpy>=1.23.2,<3" ,
70
70
" pandas>=1.5.3,<3" ,
71
71
" rich>=12.4.4,<14" ,
72
72
]
73
73
datafusion = [
74
74
" datafusion>=0.6,<44" ,
75
- " pyarrow>=10.0.1,<19 " ,
75
+ " pyarrow>=10.0.1" ,
76
76
" pyarrow-hotfix>=0.4,<1" ,
77
77
" numpy>=1.23.2,<3" ,
78
78
" pandas>=1.5.3,<3" ,
79
79
" rich>=12.4.4,<14" ,
80
80
]
81
81
druid = [
82
82
" pydruid>=0.6.7,<1" ,
83
- " pyarrow>=10.0.1,<19 " ,
83
+ " pyarrow>=10.0.1" ,
84
84
" pyarrow-hotfix>=0.4,<1" ,
85
85
" numpy>=1.23.2,<3" ,
86
86
" pandas>=1.5.3,<3" ,
87
87
" rich>=12.4.4,<14" ,
88
88
]
89
89
duckdb = [
90
90
" duckdb>=0.10,<1.2" ,
91
- " pyarrow>=10.0.1,<19 " ,
91
+ " pyarrow>=10.0.1" ,
92
92
" pyarrow-hotfix>=0.4,<1" ,
93
93
" numpy>=1.23.2,<3" ,
94
94
" pandas>=1.5.3,<3" ,
@@ -97,38 +97,38 @@ duckdb = [
97
97
]
98
98
exasol = [
99
99
" pyexasol>=0.25.2,<1" ,
100
- " pyarrow>=10.0.1,<19 " ,
100
+ " pyarrow>=10.0.1" ,
101
101
" pyarrow-hotfix>=0.4,<1" ,
102
102
" numpy>=1.23.2,<3" ,
103
103
" pandas>=1.5.3,<3" ,
104
104
" rich>=12.4.4,<14" ,
105
105
]
106
106
flink = [
107
- " pyarrow>=10.0.1,<19 " ,
107
+ " pyarrow>=10.0.1" ,
108
108
" pyarrow-hotfix>=0.4,<1" ,
109
109
" numpy>=1.23.2,<3" ,
110
110
" pandas>=1.5.3,<3" ,
111
111
" rich>=12.4.4,<14" ,
112
112
]
113
113
impala = [
114
114
" impyla>=0.17,<1" ,
115
- " pyarrow>=10.0.1,<19 " ,
115
+ " pyarrow>=10.0.1" ,
116
116
" pyarrow-hotfix>=0.4,<1" ,
117
117
" numpy>=1.23.2,<3" ,
118
118
" pandas>=1.5.3,<3" ,
119
119
" rich>=12.4.4,<14" ,
120
120
]
121
121
mssql = [
122
122
" pyodbc>=4.0.39,<6" ,
123
- " pyarrow>=10.0.1,<19 " ,
123
+ " pyarrow>=10.0.1" ,
124
124
" pyarrow-hotfix>=0.4,<1" ,
125
125
" numpy>=1.23.2,<3" ,
126
126
" pandas>=1.5.3,<3" ,
127
127
" rich>=12.4.4,<14" ,
128
128
]
129
129
mysql = [
130
130
" mysqlclient>=2.2.4,<3" ,
131
- " pyarrow>=10.0.1,<19 " ,
131
+ " pyarrow>=10.0.1" ,
132
132
" pyarrow-hotfix>=0.4,<1" ,
133
133
" numpy>=1.23.2,<3" ,
134
134
" pandas>=1.5.3,<3" ,
@@ -137,7 +137,7 @@ mysql = [
137
137
oracle = [
138
138
" oracledb>=1.3.1,<3" ,
139
139
" packaging>=21.3,<25" ,
140
- " pyarrow>=10.0.1,<19 " ,
140
+ " pyarrow>=10.0.1" ,
141
141
" pyarrow-hotfix>=0.4,<1" ,
142
142
" numpy>=1.23.2,<3" ,
143
143
" pandas>=1.5.3,<3" ,
@@ -146,15 +146,15 @@ oracle = [
146
146
polars = [
147
147
" polars>=1,<2" ,
148
148
" packaging>=21.3,<25" ,
149
- " pyarrow>=10.0.1,<19 " ,
149
+ " pyarrow>=10.0.1" ,
150
150
" pyarrow-hotfix>=0.4,<1" ,
151
151
" numpy>=1.23.2,<3" ,
152
152
" pandas>=1.5.3,<3" ,
153
153
" rich>=12.4.4,<14" ,
154
154
]
155
155
postgres = [
156
156
" psycopg2>=2.8.4,<3" ,
157
- " pyarrow>=10.0.1,<19 " ,
157
+ " pyarrow>=10.0.1" ,
158
158
" pyarrow-hotfix>=0.4,<1" ,
159
159
" numpy>=1.23.2,<3" ,
160
160
" pandas>=1.5.3,<3" ,
@@ -163,39 +163,39 @@ postgres = [
163
163
pyspark = [
164
164
" pyspark>=3.3.3,<4" ,
165
165
" packaging>=21.3,<25" ,
166
- " pyarrow>=10.0.1,<19 " ,
166
+ " pyarrow>=10.0.1" ,
167
167
" pyarrow-hotfix>=0.4,<1" ,
168
168
" numpy>=1.23.2,<3" ,
169
169
" pandas>=1.5.3,<3" ,
170
170
" rich>=12.4.4,<14" ,
171
171
]
172
172
snowflake = [
173
173
" snowflake-connector-python>=3.0.2,<4,!=3.3.0b1" ,
174
- " pyarrow>=10.0.1,<19 " ,
174
+ " pyarrow>=10.0.1" ,
175
175
" pyarrow-hotfix>=0.4,<1" ,
176
176
" numpy>=1.23.2,<3" ,
177
177
" pandas>=1.5.3,<3" ,
178
178
" rich>=12.4.4,<14" ,
179
179
]
180
180
sqlite = [
181
181
" regex>=2021.7.6" ,
182
- " pyarrow>=10.0.1,<19 " ,
182
+ " pyarrow>=10.0.1" ,
183
183
" pyarrow-hotfix>=0.4,<1" ,
184
184
" numpy>=1.23.2,<3" ,
185
185
" pandas>=1.5.3,<3" ,
186
186
" rich>=12.4.4,<14" ,
187
187
]
188
188
risingwave = [
189
189
" psycopg2>=2.8.4,<3" ,
190
- " pyarrow>=10.0.1,<19 " ,
190
+ " pyarrow>=10.0.1" ,
191
191
" pyarrow-hotfix>=0.4,<1" ,
192
192
" numpy>=1.23.2,<3" ,
193
193
" pandas>=1.5.3,<3" ,
194
194
" rich>=12.4.4,<14" ,
195
195
]
196
196
trino = [
197
197
" trino>=0.321,<1" ,
198
- " pyarrow>=10.0.1,<19 " ,
198
+ " pyarrow>=10.0.1" ,
199
199
" pyarrow-hotfix>=0.4,<1" ,
200
200
" numpy>=1.23.2,<3" ,
201
201
" pandas>=1.5.3,<3" ,
0 commit comments