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 bb19f7f commit 86474ddCopy full SHA for 86474dd
1 file changed
packages/gapic-generator/WORKSPACE
@@ -2,10 +2,10 @@ workspace(name = "gapic_generator_python")
2
3
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
4
5
-# Load Protobuf 35.1 first to ensure Bazel uses Protobuf 35.1 over older
+# Load Protobuf 33.5 first to ensure Bazel uses Protobuf 33.5 over older
6
# transitive versions pulled in by downstream rules (e.g. gRPC or rules_gapic).
7
-_protobuf_version = "35.1"
8
-_protobuf_sha256 = "bf89df2fa0088de9c9890fbfba0076263a36c2f84847a7b54e7e32effd6201c7"
+_protobuf_version = "33.5"
+_protobuf_sha256 = "98bc55acbc30be2bda6fb8bc9169a31e14956bd3b3169c63edbe6207b8116b68"
9
http_archive(
10
name = "com_google_protobuf",
11
sha256 = _protobuf_sha256,
0 commit comments