From 74a474e371ddc77e5d827d0e0394931700f06ab5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 2 Jun 2025 10:21:31 +0000 Subject: [PATCH] fix(deps): update dependency grpcio to v1.72.1 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 9ff352c..74b8aad 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,7 +18,7 @@ classifiers = [ ] dependencies = [ - "grpcio==1.71.0", + "grpcio==1.72.1", "grpcio-reflection==1.*", "protobuf==6.30.2", # Must be compatible with grpcio-tools. "pydantic==2.*",