diff --git a/bindings/python/Cargo.toml b/bindings/python/Cargo.toml index 2e58963..df8b237 100644 --- a/bindings/python/Cargo.toml +++ b/bindings/python/Cargo.toml @@ -14,7 +14,7 @@ crate-type = ["cdylib"] [dependencies] anyhow = "1.0.79" ordered-float = "4.2.0" -pyo3 = {version = "0.20.2", features = ["anyhow", "extension-module"] } +pyo3 = {version = "0.21.0", features = ["anyhow", "extension-module"] } regorus = { path = "../.." } serde_json = "1.0.112"