From cd22dfb22787d6beb6be2b3e3bbbd5cd7b2cc189 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 30 Mar 2026 09:01:13 +0000 Subject: [PATCH] fix(deps): update dependency grpcio to v1.80.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 9da45cb..dc89b25 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,7 +18,7 @@ classifiers = [ ] dependencies = [ - "grpcio==1.78.1", + "grpcio==1.80.0", "grpcio-reflection==1.*", "protobuf==7.34.1", # Must be compatible with grpcio-tools. "pydantic==2.*",