Skip to content

Commit

Permalink
Revert "Allow protobuf v5" (#8701)
Browse files Browse the repository at this point in the history
Reverts #8624

@LukasMasuch reported seeing the CI pipeline failing in some cases (see
also #8624 (comment)).
Since we have a critical release coming up, we revert these changes for
now.
  • Loading branch information
raethlein committed May 17, 2024
1 parent 9392a39 commit 9d1913b
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 9d1913b

Please sign in to comment.