Skip to content

Commit cf32723

Browse files
fix(deps): update dependency pyarrow to v21 (#41)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent c3201f7 commit cf32723

File tree

2 files changed

+39
-38
lines changed

2 files changed

+39
-38
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ dependencies = [
1111
"datafusion>=42.0.0",
1212
"pandas>=2.2.3",
1313
"polars>=1.19.0",
14-
"pyarrow==18.1.0",
14+
"pyarrow==21.0.0",
1515
]
1616
classifiers = [
1717
"Programming Language :: Python :: 3",

0 commit comments

Comments
 (0)