From fdba726387b88936e1915eb64ced97506afc6543 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 Jun 2026 08:16:51 +0000 Subject: [PATCH] Bump grpcio-tools from 1.71.0 to 1.81.1 in /sdks/python Bumps [grpcio-tools](https://github.com/grpc/grpc) from 1.71.0 to 1.81.1. - [Release notes](https://github.com/grpc/grpc/releases) - [Commits](https://github.com/grpc/grpc/compare/v1.71.0...v1.81.1) --- updated-dependencies: - dependency-name: grpcio-tools dependency-version: 1.81.1 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- sdks/python/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdks/python/pyproject.toml b/sdks/python/pyproject.toml index 1e12990171df..e57f2fa44ca8 100644 --- a/sdks/python/pyproject.toml +++ b/sdks/python/pyproject.toml @@ -25,7 +25,7 @@ requires = [ # Currently Blocked on old dependencies of Beam tft extra: # https://github.com/apache/beam/issues/37854 "grpcio-tools==1.62.1; python_version <= '3.12'", - "grpcio-tools==1.71.0; python_version >= '3.13'", + "grpcio-tools==1.81.1; python_version >= '3.13'", "mypy-protobuf==3.5.0", # Avoid https://github.com/pypa/virtualenv/issues/2006 "distlib==0.4.2",