diff --git a/bindings/python/Cargo.toml b/bindings/python/Cargo.toml index 72aa560b..65007767 100644 --- a/bindings/python/Cargo.toml +++ b/bindings/python/Cargo.toml @@ -19,7 +19,7 @@ coverage = ["regorus/coverage"] [dependencies] anyhow = "1.0" ordered-float = "5.0.0" -pyo3 = {version = "0.22.0", features = ["anyhow", "extension-module"] } +pyo3 = {version = "0.23.5", features = ["anyhow", "extension-module"] } regorus = { path = "../..", default-features = false, features = ["arc"] } serde_json = "1.0.140"