Skip to content

Commit

Permalink
Remove Protobuf Upper Limit Version Constraint
Browse files Browse the repository at this point in the history
  • Loading branch information
sjoerdvandenbos-prodrive authored May 16, 2024
1 parent b96c1de commit 6e58a84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"Flask-cors<4.0.0",
"requests<3.0.0",
"numpy<2.0.0",
"protobuf>=3.20.2,<4.0.0",
"protobuf>=3.20.2",
"grpcio<2.0.0",
"Flask-OpenTracing >= 1.1.0, < 1.2.0",
"opentracing >= 2.2.0, < 2.5.0",
Expand Down

0 comments on commit 6e58a84

Please sign in to comment.