From e077a329ca8e7c0a7905c9595119f1ee94f77ffb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 Jun 2026 18:25:18 +0000 Subject: [PATCH] chore(deps-dev): update grpcio-tools requirement in /sdk Updates the requirements on [grpcio-tools](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-tools dependency-version: 1.81.1 dependency-type: direct:development ... 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..9d0d8b7 100644 --- a/sdk/pyproject.toml +++ b/sdk/pyproject.toml @@ -42,7 +42,7 @@ dev = [ "mypy>=2.1.0", "mypy-protobuf>=5.1.0", "ruff>=0.15.16", - "grpcio-tools>=1.81.0", + "grpcio-tools>=1.81.1", ] [project.urls]