From 7b6783babd41159a976f91f0e8164dd0f403a01a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Jan 2025 13:50:23 +0000 Subject: [PATCH] Update grpcio requirement from <1.66.0,>=1.56.2 to >=1.56.2,<1.71.0 Updates the requirements on [grpcio](https://github.com/grpc/grpc) to permit the latest version. - [Release notes](https://github.com/grpc/grpc/releases) - [Changelog](https://github.com/grpc/grpc/blob/master/doc/grpc_release_schedule.md) - [Commits](https://github.com/grpc/grpc/compare/v1.56.2...v1.70.0) --- updated-dependencies: - dependency-name: grpcio 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 6776c0ad16..b88b17fe19 100644 --- a/setup.py +++ b/setup.py @@ -93,7 +93,7 @@ def run(self): 'flatten_json', 'tensorboardX', 'protobuf>=4.22,<6.0.0', - 'grpcio>=1.56.2,<1.66.0', + 'grpcio>=1.56.2,<1.71.0', ], python_requires='>=3.10, <3.13', project_urls={