From 86deb5e7efeb32f876ff1967decfde4c9acc0962 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 28 Jun 2024 11:15:32 +0000 Subject: [PATCH] build(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.53.2...v1.64.1) --- 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 9e27b9e0a..f51abbb5a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,7 +27,7 @@ dependencies = [ "aiofiles==22.1", "aiohttp<3.10,>=3.9.5", "cryptography<43,>=42.0.4", - "grpcio<1.54,>=1.53.2", + "grpcio>=1.64.1,<1.65", "protobuf<4.22,>=4.21.12", "pydantic==2.7", "pydantic-settings==2.2.1",