diff --git a/pyproject.toml b/pyproject.toml index 1025850..cc80033 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,7 +19,7 @@ classifiers = [ dependencies = [ "grpcio==1.*", "grpcio-reflection==1.*", - "protobuf==5.28.1", + "protobuf==5.29.2", "pydantic==2.*", "structlog==24.*", ]