From 70642b959766212874f872a19e429fff80dd5c63 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 Jun 2025 12:36:23 +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.73.0) --- updated-dependencies: - dependency-name: grpcio dependency-version: 1.73.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..e4e828aeb 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.73.0", "grpcio-tools>=1.68.1,<=1.70", "numpy>=1.21.6", "protobuf>=5.0.0,<6.31.0",