Skip to content

Commit cffee91

Browse files
committed
Match WORKSPACE protobuf version with bzlmod version
1 parent b14e0f4 commit cffee91

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

python/private/py_repositories.bzl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,8 @@ def py_repositories():
6363
# Needed by rules_cc, triggerred by @rules_java_prebuilt in Bazel by using @rules_cc//cc:defs.bzl
6464
http_archive(
6565
name = "com_google_protobuf",
66-
sha256 = "da288bf1daa6c04d03a9051781caa52aceb9163586bff9aa6cfb12f69b9395aa",
67-
strip_prefix = "protobuf-27.0",
68-
url = "https://github.com/protocolbuffers/protobuf/releases/download/v27.0/protobuf-27.0.tar.gz",
66+
sha256 = "23082dca1ca73a1e9c6cbe40097b41e81f71f3b4d6201e36c134acc30a1b3660",
67+
url = "https://github.com/protocolbuffers/protobuf/releases/download/v29.0-rc2/protobuf-29.0-rc2.zip",
68+
strip_prefix = "protobuf-29.0-rc2",
6969
)
7070
pypi_deps()

0 commit comments

Comments
 (0)