Update python binding to pyo3 0.29.0

This commit is contained in:
copilot-swe-agent[bot]
2026-06-23 15:05:27 +00:00
committed by GitHub
parent ae9cae8d22
commit 3f65685149
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"