diff --git a/integration/sql/iface-py/Cargo.toml b/integration/sql/iface-py/Cargo.toml index 8ea6fa9e82..d49acf9092 100644 --- a/integration/sql/iface-py/Cargo.toml +++ b/integration/sql/iface-py/Cargo.toml @@ -14,7 +14,7 @@ crate-type = ["cdylib"] [dependencies] openlineage_sql = {path = "../impl"} anyhow = {workspace = true} -pyo3 = {version = "0.17.3", features = ["extension-module", "abi3", "abi3-py37", "anyhow"]} +pyo3 = {version = "0.18.1", features = ["extension-module", "abi3", "abi3-py37", "anyhow"]} sqlparser = {git = "https://github.com/mobuchowski/sqlparser-rs", branch = "sqlp-release"} [build-dependencies]