diff --git a/datafusion/common/Cargo.toml b/datafusion/common/Cargo.toml index 665278bcec0f..ac059fdb382b 100644 --- a/datafusion/common/Cargo.toml +++ b/datafusion/common/Cargo.toml @@ -46,5 +46,5 @@ cranelift-module = { version = "0.89.0", optional = true } num_cpus = "1.13.0" object_store = { version = "0.5.0", default-features = false, optional = true } parquet = { version = "31.0.0", default-features = false, optional = true } -pyo3 = { version = "0.17.1", optional = true } +pyo3 = { version = "0.18.0", optional = true } sqlparser = "0.30" diff --git a/datafusion/core/Cargo.toml b/datafusion/core/Cargo.toml index 00ca39f47137..eac73e2f57ae 100644 --- a/datafusion/core/Cargo.toml +++ b/datafusion/core/Cargo.toml @@ -90,7 +90,7 @@ parquet = { version = "31.0.0", features = ["arrow", "async"] } paste = "^1.0" percent-encoding = "2.2.0" pin-project-lite = "^0.2.7" -pyo3 = { version = "0.17.1", optional = true } +pyo3 = { version = "0.18.0", optional = true } rand = "0.8" rayon = { version = "1.5", optional = true } smallvec = { version = "1.6", features = ["union"] }