From 7c8741c92c03f7a58c0e73ec561758503e08fc78 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Dec 2024 17:02:25 +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 bbdfa03b96..cce2c78b27 100644 --- a/setup.py +++ b/setup.py @@ -68,7 +68,7 @@ def run(self): url='https://github.com/securefederatedai/openfl', packages=find_packages(include=("openfl", "openfl.*", "openfl-docker", "openfl-workspace")), include_package_data=True, - setup_requires=['grpcio-tools>=1.56.2,<1.66.0'], # ensure it is in-sync with `install_requires` + setup_requires=['grpcio-tools>=1.56.2,<1.69.0'], # ensure it is in-sync with `install_requires` install_requires=[ 'click', 'psutil',