From 2b7dfad80106fa078efeae9e9610c18531c806e2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Jun 2026 01:17:04 +0000 Subject: [PATCH] build(deps): update grpcio requirement in /engines/stt-transcribe/riva Updates the requirements on [grpcio](https://github.com/grpc/grpc) to permit the latest version. - [Release notes](https://github.com/grpc/grpc/releases) - [Commits](https://github.com/grpc/grpc/compare/v1.80.0...v1.81.0) --- updated-dependencies: - dependency-name: grpcio dependency-version: 1.81.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- engines/stt-transcribe/riva/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/engines/stt-transcribe/riva/requirements.txt b/engines/stt-transcribe/riva/requirements.txt index 1bf48b81..63f98906 100644 --- a/engines/stt-transcribe/riva/requirements.txt +++ b/engines/stt-transcribe/riva/requirements.txt @@ -2,5 +2,5 @@ # NVIDIA Riva client for gRPC communication with NIM sidecar nvidia-riva-client>=2.25.1 -grpcio>=1.80.0 +grpcio>=1.81.0 protobuf>=4.25.0,<7.0.0