From 20e7e644c5ca018b60b0d64fc1961841e7fb63e2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 Jun 2026 18:25:04 +0000 Subject: [PATCH] chore(deps): update grpcio requirement in /sdk 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.81.0...v1.81.1) --- updated-dependencies: - dependency-name: grpcio dependency-version: 1.81.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- sdk/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdk/pyproject.toml b/sdk/pyproject.toml index 20803e3..9857e22 100644 --- a/sdk/pyproject.toml +++ b/sdk/pyproject.toml @@ -22,7 +22,7 @@ classifiers = [ "Topic :: Software Development :: Libraries :: Python Modules", ] dependencies = [ - "grpcio>=1.81.0,<2", + "grpcio>=1.81.1,<2", "protobuf>=6.31.0,<7", "googleapis-common-protos>=1.75.0,<2", ]