From 3672845e6426f60107dc8aa2c5ce92a9a958cb51 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 22 May 2025 13:34:12 +0000 Subject: [PATCH] Update protobuf requirement from <6.0.0,>=4.21 to >=4.21,<7.0.0 Updates the requirements on [protobuf](https://github.com/protocolbuffers/protobuf) to permit the latest version. - [Release notes](https://github.com/protocolbuffers/protobuf/releases) - [Changelog](https://github.com/protocolbuffers/protobuf/blob/main/protobuf_release.bzl) - [Commits](https://github.com/protocolbuffers/protobuf/compare/v4.22.0-rc1...v6.30.2) --- updated-dependencies: - dependency-name: protobuf dependency-version: 6.30.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 6f0d990bea..f196677e02 100644 --- a/setup.py +++ b/setup.py @@ -92,7 +92,7 @@ def run(self): 'scikit-learn', 'flatten_json', 'tensorboardX', - 'protobuf>=4.21,<6.0.0', + 'protobuf>=4.21,<7.0.0', 'grpcio>=1.56.2,<1.66.0', 'Flask==3.1.1', ],