From 5285539ee91c45edbcd7367e66a174794c8401f8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Oct 2025 21:01:25 +0000 Subject: [PATCH] chore(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.49.0...v1.76.0) --- updated-dependencies: - dependency-name: grpcio dependency-version: 1.76.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 0c0a83b..bb12195 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -grpcio>=1.49.0,<1.69.0 +grpcio>=1.49.0,<1.77.0 grpcio-tools>=1.49.0,<1.69.0 grpcio-reflection protobuf<=6.31.1