Skip to content

Commit 12b5ff1

Browse files
authored
Merge pull request #159 from Peefy/bump-kcl-py-protobuf-deps-min-verion-to-5.27.2
chore: bump protobuf deps min version to 5.27.2 in the kcl py lib
2 parents 4212678 + efb8e01 commit 12b5ff1

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)