diff --git a/shaperglot-py/Cargo.toml b/shaperglot-py/Cargo.toml index d01fd21..a395cf4 100644 --- a/shaperglot-py/Cargo.toml +++ b/shaperglot-py/Cargo.toml @@ -10,5 +10,5 @@ crate-type = ["cdylib"] [dependencies] shaperglot = { path = "../shaperglot-lib" } -pyo3 = "0.22" +pyo3 = "0.23.3" pythonize = "0.22.0" \ No newline at end of file