We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8ccd22 commit b57ac85Copy full SHA for b57ac85
python/private/py_repositories.bzl
@@ -63,8 +63,8 @@ def py_repositories():
63
# Needed by rules_cc, triggerred by @rules_java_prebuilt in Bazel by using @rules_cc//cc:defs.bzl
64
http_archive(
65
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",
+ sha256 = "ce5d00b78450a0ca400bf360ac00c0d599cc225f049d986a27e9a4e396c5a84a",
+ strip_prefix = "protobuf-29.0-rc2",
+ url = "https://github.com/protocolbuffers/protobuf/releases/download/v29.0-rc2/protobuf-29.0-rc2.tar.gz",
69
)
70
pypi_deps()
0 commit comments