From a6b4d6d4744826ca8fb7e4376b25afca86f7124f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 11 Jun 2026 21:06:06 +0000 Subject: [PATCH] Update dependency grpcio to v1.81.1 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e5d27f3..f59ed3a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,7 +18,7 @@ classifiers = [ ] dependencies = [ - "grpcio==1.81.0", + "grpcio==1.81.1", "grpcio-reflection==1.*", "protobuf==7.35.0", # Must be compatible with grpcio-tools. "pydantic==2.*",