Skip to content
This repository was archived by the owner on Mar 26, 2026. It is now read-only.

Commit a62a5a9

Browse files
authored
Update protobuf
1 parent 0fe803c commit a62a5a9

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

.github/workflows/tests.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
# Use python 3.10 for docs to match the version for the sphinx plugin
6666
# https://github.com/googleapis/synthtool/pull/1891
6767
with:
68-
python-version: "3.14"
68+
python-version: "3.10"
6969
cache: 'pip'
7070
- name: Install nox.
7171
run: python -m pip install nox
@@ -80,7 +80,7 @@ jobs:
8080
# Use python 3.10 for docs to match the version for the sphinx plugin
8181
# https://github.com/googleapis/synthtool/pull/1891
8282
with:
83-
python-version: "3.14"
83+
python-version: "3.10"
8484
cache: 'pip'
8585
- name: Install nox.
8686
run: python -m pip install nox

WORKSPACE

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -72,9 +72,9 @@ http_archive(
7272
)
7373
# instantiated in grpc_deps().
7474

75-
_protobuf_version = "30.2"
75+
_protobuf_version = "34.0"
7676

77-
_protobuf_sha256 = "07a43d88fe5a38e434c7f94129cad56a4c43a51f99336074d0799c2f7d4e44c5"
77+
_protobuf_sha256 = "e540aae70d3b4f758846588768c9e39090fab880bc3233a1f42a8ab8d3781efd"
7878

7979
http_archive(
8080
name = "com_google_protobuf",
@@ -88,9 +88,9 @@ grpc_deps()
8888

8989
http_archive(
9090
name = "rules_cc",
91-
urls = ["https://github.com/bazelbuild/rules_cc/releases/download/0.2.17/rules_cc-0.2.17.tar.gz"],
92-
sha256 = "283fa1cdaaf172337898749cf4b9b1ef5ea269da59540954e51fba0e7b8f277a",
93-
strip_prefix = "rules_cc-0.2.17",
91+
urls = ["https://github.com/bazelbuild/rules_cc/releases/download/0.1.1/rules_cc-0.1.1.tar.gz"],
92+
sha256 = "712d77868b3152dd618c4d64faaddefcc5965f90f5de6e6dd1d5ddcd0be82d42",
93+
strip_prefix = "rules_cc-0.1.1",
9494
)
9595

9696
load("@com_google_protobuf//:protobuf_deps.bzl", "protobuf_deps", "PROTOBUF_MAVEN_ARTIFACTS")

0 commit comments

Comments
 (0)