diff --git a/pyproject.toml b/pyproject.toml index 90e2057..c208d99 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,7 @@ classifiers = [ [tool.poetry.dependencies] python = "^3.8" -protobuf = "5.28.0" +protobuf = "5.28.1" grpcio = "1.66.1" grpcio-tools = "1.66.1" jsonpickle = ">=3.0,<3.4"