From 632373ba6ee87e16a58215030cad6be0cec99089 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Aug 2024 02:16:24 +0000 Subject: [PATCH] deps: update grpcio requirement from ~=1.60.0 to >=1.60,<1.67 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.60.0...v1.66.0) --- updated-dependencies: - dependency-name: grpcio dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 2df87137a..2b6e06800 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -32,7 +32,7 @@ dependencies = [ "requests", "urllib3>=1.26.4", "minio", - "grpcio~=1.60.0", + "grpcio>=1.60,<1.67", "grpcio-tools~=1.60.0", "numpy>=1.21.6", "protobuf~=4.25.2",