From bdde6992f3a9f20c82d9619b0d6a440379a85e9f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 24 Jul 2025 21:59:15 +0000 Subject: [PATCH] fix(deps): update dependency grpcio to v1.74.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 204fa37..83d6c3c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,7 +18,7 @@ classifiers = [ ] dependencies = [ - "grpcio==1.73.1", + "grpcio==1.74.0", "grpcio-reflection==1.*", "protobuf==6.31.1", # Must be compatible with grpcio-tools. "pydantic==2.*",