diff --git a/Cargo.toml b/Cargo.toml index df3235c5..dc04f374 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,7 +14,7 @@ python = [ ] [dependencies] -pyo3 = { version = "0.28.3", default-features = false, features = [ +pyo3 = { version = "0.29.0", default-features = false, features = [ "extension-module", "macros", ], optional = true }