From 4986f99e33ea87043d28e81c9ab120f7eeb8d2aa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 24 May 2026 08:34:19 +0000 Subject: [PATCH] chore(deps): update protobuf requirement in /sdk Updates the requirements on [protobuf](https://github.com/protocolbuffers/protobuf) to permit the latest version. - [Release notes](https://github.com/protocolbuffers/protobuf/releases) - [Commits](https://github.com/protocolbuffers/protobuf/commits) --- updated-dependencies: - dependency-name: protobuf dependency-version: 7.35.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- sdk/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdk/pyproject.toml b/sdk/pyproject.toml index 13e43af..71cee65 100644 --- a/sdk/pyproject.toml +++ b/sdk/pyproject.toml @@ -23,7 +23,7 @@ classifiers = [ ] dependencies = [ "grpcio>=1.80.0,<2", - "protobuf>=6.31.0,<7", + "protobuf>=7.35.0,<8", "googleapis-common-protos>=1.75.0,<2", ]