Skip to content

Commit fd6b582

Browse files
committed
Ensure pyarrow supports use_compliant_nested_type
Signed-off-by: Judah Rand <[email protected]>
1 parent 041c59b commit fd6b582

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

sdk/python/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
"pandas>=1.0.0",
5555
"pandavro==1.5.*",
5656
"protobuf>=3.10",
57-
"pyarrow>=2.0.0",
57+
"pyarrow>=4.0.0",
5858
"pydantic>=1.0.0",
5959
"PyYAML>=5.4.*",
6060
"tabulate==0.8.*",

0 commit comments

Comments
 (0)