Skip to content

Commit b57ac85

Browse files
committed
raise protobuf dep for workspace
1 parent c8ccd22 commit b57ac85

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 = "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 = "ce5d00b78450a0ca400bf360ac00c0d599cc225f049d986a27e9a4e396c5a84a",
67+
strip_prefix = "protobuf-29.0-rc2",
68+
url = "https://github.com/protocolbuffers/protobuf/releases/download/v29.0-rc2/protobuf-29.0-rc2.tar.gz",
6969
)
7070
pypi_deps()

0 commit comments

Comments
 (0)