Bump pyo3 to 0.29.0 in python binding

This commit is contained in:
copilot-swe-agent[bot]
2026-06-23 15:10:44 +00:00
committed by GitHub
parent 444f172c21
commit 2bd0df7d02
2 changed files with 11 additions and 12 deletions

View File

@@ -23,7 +23,7 @@ coverage = ["regorus/coverage"]
[dependencies]
anyhow = "1.0"
ordered-float = "5.3.0"
pyo3 = { version = "0.28.3", features = ["abi3-py310", "anyhow", "extension-module"] }
pyo3 = { version = "0.29.0", features = ["abi3-py310", "anyhow", "extension-module"] }
regorus = { path = "../..", default-features = false, features = ["arc", "rvm"] }
serde_json = "1.0.150"