diff --git a/arrow/Cargo.toml b/arrow/Cargo.toml index d83637cbcea..72ec0ffb5d0 100644 --- a/arrow/Cargo.toml +++ b/arrow/Cargo.toml @@ -61,7 +61,7 @@ arrow-string = { version = "30.0.0", path = "../arrow-string" } rand = { version = "0.8", default-features = false, features = ["std", "std_rng"], optional = true } comfy-table = { version = "6.0", optional = true, default-features = false } -pyo3 = { version = "0.17", default-features = false, optional = true } +pyo3 = { version = "0.18", default-features = false, optional = true } bitflags = { version = "1.2.1", default-features = false, optional = true } [package.metadata.docs.rs]