From 563e6fb063d0e990c00b28fb149ecf2d4a1df365 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 14 Sep 2026 11:54:26 +0000 Subject: [PATCH] Update dependency grpcio to v1.84.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index b07d1bd..36100ba 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,7 +18,7 @@ classifiers = [ ] dependencies = [ - "grpcio==1.83.1", + "grpcio==1.84.0", "grpcio-reflection==1.*", "protobuf==7.36.1", # Must be compatible with grpcio-tools. "pydantic==2.*",