From 7b237422c5edf2ae3b4ef353d2b6be55bbc02f29 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 26 Sep 2025 09:39:27 +0000 Subject: [PATCH] chore(deps): update dependency grpcio to v1.75.1 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 7c598f2..adfe205 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,7 +18,7 @@ classifiers = [ ] dependencies = [ - "grpcio==1.75.0", + "grpcio==1.75.1", "grpcio-reflection==1.*", "protobuf==6.32.1", # Must be compatible with grpcio-tools. "pydantic==2.*",