From d68c92793430b9061a6143e337a7650bde6dab35 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jun 2026 08:28:42 +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: 6.33.6 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 a347c2c..7b57507 100644 --- a/sdk/pyproject.toml +++ b/sdk/pyproject.toml @@ -23,7 +23,7 @@ classifiers = [ ] dependencies = [ "grpcio>=1.81.1,<2", - "protobuf>=6.31.0,<7", + "protobuf>=6.33.6,<7", "googleapis-common-protos>=1.75.0,<2", ]