Skip to content

Commit d89b9c5

Browse files
committed
[WIP] loosen protobuf version constraints
Signed-off-by: Chris Burroughs <[email protected]>
1 parent 9f221e6 commit d89b9c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
"numpy>=1.22,<3",
6161
"pandas>=1.4.3,<2",
6262
"pandavro==1.5.*", # For some reason pandavro higher than 1.5.* only support pandas less than 1.3.
63-
"protobuf>3.20,<4",
63+
"protobuf>=3.19,<4",
6464
"proto-plus>=1.20.0,<2",
6565
"pyarrow>=4,<9",
6666
"pydantic>=1,<2",

0 commit comments

Comments
 (0)