diff --git a/arrow-pyarrow/Cargo.toml b/arrow-pyarrow/Cargo.toml index 9cfa235324f1..155a0532ea46 100644 --- a/arrow-pyarrow/Cargo.toml +++ b/arrow-pyarrow/Cargo.toml @@ -39,4 +39,4 @@ all-features = true arrow-array = { workspace = true, features = ["ffi"] } arrow-data = { workspace = true } arrow-schema = { workspace = true } -pyo3 = { version = "0.26.0", default-features = false } +pyo3 = { version = "0.27.0", default-features = false }