From 8fa25ab2f737ef9cf26d1c325612f71c016b4def Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 12 Jun 2026 02:53:55 +0000 Subject: [PATCH] Update dependency protobuf to v7.35.1 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e5d27f3..5a8b0b9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,7 +20,7 @@ classifiers = [ dependencies = [ "grpcio==1.81.0", "grpcio-reflection==1.*", - "protobuf==7.35.0", # Must be compatible with grpcio-tools. + "protobuf==7.35.1", # Must be compatible with grpcio-tools. "pydantic==2.*", "structlog==26.*", ]