From 2eb4ee6438ae2b80a600b548b66f9b9a1abe6c65 Mon Sep 17 00:00:00 2001 From: stubsabot <> Date: Wed, 20 May 2026 00:43:19 +0000 Subject: [PATCH] [stubsabot] Bump protobuf to ~=7.35.0 Release: https://pypi.org/pypi/protobuf/7.35.0 Homepage: https://developers.google.com/protocol-buffers/ Repository: https://github.com/protocolbuffers/protobuf Typeshed stubs: https://github.com/python/typeshed/tree/main/stubs/protobuf If stubtest fails for this PR: - Leave this PR open (as a reminder, and to prevent stubsabot from opening another PR) - Fix stubtest failures in another PR, then close this PR Note that you will need to close and re-open the PR in order to trigger CI --- stubs/protobuf/METADATA.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stubs/protobuf/METADATA.toml b/stubs/protobuf/METADATA.toml index 78387ac33475..05986564bfeb 100644 --- a/stubs/protobuf/METADATA.toml +++ b/stubs/protobuf/METADATA.toml @@ -1,6 +1,6 @@ # Using an exact number in the specifier for scripts/sync_protobuf/google_protobuf.py # When updating, also re-run the script -version = "~=7.34.1" +version = "~=7.35.0" upstream-repository = "https://github.com/protocolbuffers/protobuf" extra-description = "Partially generated using [mypy-protobuf==3.6.0](https://github.com/nipunn1313/mypy-protobuf/tree/v3.6.0) and libprotoc 34.1 on [protobuf v34.1](https://github.com/protocolbuffers/protobuf/releases/tag/v34.1) (python `protobuf==7.34.1`)." partial-stub = true