From 809f244630b1d0990a246cefc259e6504718b843 Mon Sep 17 00:00:00 2001 From: Colin Chartier Date: Thu, 15 Aug 2024 14:50:01 -0400 Subject: [PATCH] Bump proto version in pyproject as well --- py/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/py/pyproject.toml b/py/pyproject.toml index fbf0c15..be96a01 100644 --- a/py/pyproject.toml +++ b/py/pyproject.toml @@ -10,7 +10,7 @@ readme = "README.md" license = {file = "LICENSE.md"} requires-python = ">3.10" dependencies = [ - "protobuf>=4.25,<5", + "protobuf>=5.27.3,<6", "grpcio>=1.59,<2", "grpc-stubs>=1.53,<2" ]