diff --git a/bindings/python/Cargo.toml b/bindings/python/Cargo.toml index 3f1cfab7c164..251a26722fc4 100644 --- a/bindings/python/Cargo.toml +++ b/bindings/python/Cargo.toml @@ -212,9 +212,9 @@ opendal = { version = ">=0", path = "../../core", features = [ "blocking", "layers-mime-guess", ] } -pyo3 = { version = "0.27.2", features = ["generate-import-lib", "jiff-02"] } -pyo3-async-runtimes = { version = "0.27.0", features = ["tokio-runtime"] } -pyo3-stub-gen = { version = "0.17" } +pyo3 = { version = "0.28.3", features = ["generate-import-lib", "jiff-02"] } +pyo3-async-runtimes = { version = "0.28.0", features = ["tokio-runtime"] } +pyo3-stub-gen = { version = "0.22" } tokio = "1" [profile.release]