From efb8e01493239962f9cc0072e12e6b74a15a2864 Mon Sep 17 00:00:00 2001 From: Peefy Date: Fri, 25 Oct 2024 10:26:06 +0800 Subject: [PATCH] chore: bump protobuf deps min version to 5.27.2 in the kcl py lib Signed-off-by: Peefy --- python/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/pyproject.toml b/python/pyproject.toml index 108069e..d7a232c 100644 --- a/python/pyproject.toml +++ b/python/pyproject.toml @@ -15,7 +15,7 @@ description = "KCL Programming Language Python Lib" license = { text = "Apache-2.0" } dependencies = [ - "protobuf>=4.25.3" + "protobuf>=5.27.2" ] [tool.maturin]