From 56e495f507cd563bd6d8db996941fa9be26e29c7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Dec 2024 14:51:48 +0000 Subject: [PATCH] Update grpcio requirement from <1.66.0,>=1.56.2 to >=1.56.2,<1.69.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.68.1) --- 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 4133fb69d0e..495c778dd60 100644 --- a/setup.py +++ b/setup.py @@ -153,7 +153,7 @@ def run(self): 'docker', 'dynaconf==3.2.6', 'flatten_json', - 'grpcio>=1.56.2,<1.66.0', + 'grpcio>=1.56.2,<1.69.0', 'ipykernel', 'jupyterlab', 'numpy',