From 9fe185ae4a614ce54b39445d2fccd9e5c737a923 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 Aug 2026 14:12:09 +0000 Subject: [PATCH] chore(deps): update protobuf requirement in /packages/pole-client-python 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.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- packages/pole-client-python/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/pole-client-python/pyproject.toml b/packages/pole-client-python/pyproject.toml index b1496a5..aa775b9 100644 --- a/packages/pole-client-python/pyproject.toml +++ b/packages/pole-client-python/pyproject.toml @@ -25,7 +25,7 @@ classifiers = [ ] dependencies = [ "grpcio>=1.71,<2", - "protobuf>=5.29,<6", + "protobuf>=5.29,<8", ] [project.optional-dependencies]