From a1eba1a0492d7652852270dbf1dbf9a1111c1e8a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Jul 2025 03:40:06 +0000 Subject: [PATCH] deps: update grpcio requirement 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.68.1...v1.74.0) --- updated-dependencies: - dependency-name: grpcio dependency-version: 1.74.0 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 47b008b05..8a28f831f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -32,7 +32,7 @@ dependencies = [ "urllib3>=1.26.4", "gunicorn>=20.0.4", "boto3==1.38.42", - "grpcio>=1.68.1,<=1.70", + "grpcio>=1.68.1,<=1.74.0", "grpcio-tools>=1.68.1,<=1.70", "numpy>=1.21.6", "protobuf>=5.0.0,<6.31.0",