From 2e8e52a31a23febe6ec6878f23324825993af30d Mon Sep 17 00:00:00 2001 From: Peefy Date: Mon, 24 Nov 2025 21:18:41 +0800 Subject: [PATCH] chore: update kcl python lib protobuf deps 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 c9f2abf..3a577ff 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>=6.33.1" ] [tool.maturin]