Skip to content

Commit d258690

Browse files
authored
fix(deps): allow pyarrow v8 (#1245)
1 parent 66500b4 commit d258690

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"packaging >= 14.3",
4545
"protobuf >= 3.12.0", # For the legacy proto-based types.
4646
"python-dateutil >= 2.7.2, <3.0dev",
47-
"pyarrow >= 3.0.0, < 8.0dev",
47+
"pyarrow >= 3.0.0, < 9.0dev",
4848
"requests >= 2.18.0, < 3.0.0dev",
4949
]
5050
extras = {

0 commit comments

Comments
 (0)