From 1f6d9c9fc54dcef16cb2f7478b9b0e207f870291 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 23 Feb 2026 14:13:33 +0000 Subject: [PATCH] fix(deps): update dependency grpcio to v1.78.1 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index f46e79a..7526049 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,7 +18,7 @@ classifiers = [ ] dependencies = [ - "grpcio==1.76.0", + "grpcio==1.78.1", "grpcio-reflection==1.*", "protobuf==6.33.5", # Must be compatible with grpcio-tools. "pydantic==2.*",