From 3361dbd217b15422475c3759bfe7ce5db5bb4f07 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Dec 2024 14:51:37 +0000 Subject: [PATCH] Update grpcio-tools requirement Updates the requirements on [grpcio-tools](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.68.1) --- updated-dependencies: - dependency-name: grpcio-tools dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 4133fb69d0e..8dd7ce4b9a2 100644 --- a/setup.py +++ b/setup.py @@ -167,7 +167,7 @@ def run(self): 'tensorboardX>=2.6', 'tqdm', ], - setup_requires=['grpcio-tools>=1.56.2,<1.66.0'], + setup_requires=['grpcio-tools>=1.56.2,<1.69.0'], python_requires='>=3.8, <3.12', project_urls={ 'Bug Tracker': 'https://github.com/securefederatedai/openfl/issues',