Skip to content

Commit

Permalink
[Dep] Rollback Protobuf upgrade to v25.1 (grpc#36247)
Browse files Browse the repository at this point in the history
This is for gRPC Python that has an issue with Protobuf Python v26

Closes grpc#36247

PiperOrigin-RevId: 621629528
  • Loading branch information
veblush authored and copybara-github committed Apr 3, 2024
1 parent 74176f5 commit 78b9d84
Show file tree
Hide file tree
Showing 701 changed files with 51,693 additions and 55,143 deletions.
89 changes: 54 additions & 35 deletions CMakeLists.txt

Large diffs are not rendered by default.

10 changes: 4 additions & 6 deletions Makefile

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

24 changes: 8 additions & 16 deletions Package.swift

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions bazel/grpc_deps.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -263,12 +263,12 @@ def grpc_deps():
if "com_google_protobuf" not in native.existing_rules():
http_archive(
name = "com_google_protobuf",
sha256 = "387478260190c540388839a3449c635a69708d92fc38ea6e2364b1196db90ea5",
strip_prefix = "protobuf-2434ef2adf0c74149b9d547ac5fb545a1ff8b6b5",
sha256 = "70f480fe9cb0c6829dbf6be3c388103313aacb65de667b86d981bbc9eaedb905",
strip_prefix = "protobuf-7f94235e552599141950d7a4a3eaf93bc87d1b22",
urls = [
# https://github.com/protocolbuffers/protobuf/commits/v26.1
"https://storage.googleapis.com/grpc-bazel-mirror/github.com/protocolbuffers/protobuf/archive/2434ef2adf0c74149b9d547ac5fb545a1ff8b6b5.tar.gz",
"https://github.com/protocolbuffers/protobuf/archive/2434ef2adf0c74149b9d547ac5fb545a1ff8b6b5.tar.gz",
# https://github.com/protocolbuffers/protobuf/commits/v25.0
"https://storage.googleapis.com/grpc-bazel-mirror/github.com/protocolbuffers/protobuf/archive/7f94235e552599141950d7a4a3eaf93bc87d1b22.tar.gz",
"https://github.com/protocolbuffers/protobuf/archive/7f94235e552599141950d7a4a3eaf93bc87d1b22.tar.gz",
],
patches = [
"@com_github_grpc_grpc//third_party:protobuf.patch",
Expand Down
Loading

0 comments on commit 78b9d84

Please sign in to comment.