From cc432abc8afeb902eae97d5386cb60b6bef509c5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 May 2026 17:13:45 +0000 Subject: [PATCH] chore(deps): update protobuf requirement in /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.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- python/requirements-deploy.txt | 2 +- python/requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/python/requirements-deploy.txt b/python/requirements-deploy.txt index 7e12dc9e9..1098c42d1 100644 --- a/python/requirements-deploy.txt +++ b/python/requirements-deploy.txt @@ -1,4 +1,4 @@ -protobuf>=4,<5 +protobuf>=7.35.0,<8 grpcio==1.62.2 grpcio-tools==1.62.2 docker==7.1.0 diff --git a/python/requirements.txt b/python/requirements.txt index cc17cf240..f1ce06a6d 100644 --- a/python/requirements.txt +++ b/python/requirements.txt @@ -1,3 +1,3 @@ -protobuf>=4,<5 +protobuf>=7.35.0,<8 grpcio==1.62.2 grpcio-tools==1.62.2