Skip to content

Commit efb8e01

Browse files
committed
chore: bump protobuf deps min version to 5.27.2 in the kcl py lib
Signed-off-by: Peefy <xpf6677@163.com>
1 parent 4212678 commit efb8e01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ description = "KCL Programming Language Python Lib"
1515
license = { text = "Apache-2.0" }
1616

1717
dependencies = [
18-
"protobuf>=4.25.3"
18+
"protobuf>=5.27.2"
1919
]
2020

2121
[tool.maturin]

0 commit comments

Comments
 (0)