From a03a94f6fb064ed98ff604e0c38691dc6631d573 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 5 Jun 2026 18:24:31 +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.80.0...v1.81.0) --- updated-dependencies: - dependency-name: grpcio-tools dependency-version: 1.81.0 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 9c299e4..3f681a2 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.15", - "grpcio-tools>=1.80.0", + "grpcio-tools>=1.81.0", "pdoc>=16.0.0", ]