Skip to content

Commit 5647bf6

Browse files
partheachalmerlowe
authored andcommitted
fix(deps): allow pyarrow < 11 (googleapis#1393)
Co-authored-by: Chalmer Lowe <[email protected]>
1 parent 794c210 commit 5647bf6

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, <22.0.0dev",
4545
"protobuf>=3.19.5,<5.0.0dev,!=3.20.0,!=3.20.1,!=4.21.0,!=4.21.1,!=4.21.2,!=4.21.3,!=4.21.4,!=4.21.5", # For the legacy proto-based types.
4646
"python-dateutil >= 2.7.2, <3.0dev",
47-
"pyarrow >= 3.0.0, < 10.0dev",
47+
"pyarrow >= 3.0.0, < 11.0dev",
4848
"requests >= 2.21.0, < 3.0.0dev",
4949
]
5050
extras = {

0 commit comments

Comments
 (0)