Skip to content

Commit

Permalink
Revert "Allow protobuf v5 (#8624)"
Browse files Browse the repository at this point in the history
This reverts commit ee5509d.
  • Loading branch information
raethlein committed May 17, 2024
1 parent 9392a39 commit 77dfb61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
# generated from `protoc` >= 3.20. (`protoc` is installed separately from the Python
# protobuf package, so this pin doesn't actually enforce a `protoc` minimum version.
# Instead, the `protoc` min version is enforced in our Makefile.)
"protobuf>=3.20, <6",
"protobuf>=3.20, <5",
# pyarrow is not semantically versioned, gets new major versions frequently, and
# doesn't tend to break the API on major version upgrades, so we don't put an
# upper bound on it.
Expand Down

0 comments on commit 77dfb61

Please sign in to comment.