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.*", ]