diff --git a/arrow/Cargo.toml b/arrow/Cargo.toml index 13bb3387be1..35bd2cd543f 100644 --- a/arrow/Cargo.toml +++ b/arrow/Cargo.toml @@ -52,7 +52,7 @@ arrow-select = { workspace = true } arrow-string = { workspace = true } rand = { version = "0.8", default-features = false, features = ["std", "std_rng"], optional = true } -pyo3 = { version = "0.23", default-features = false, optional = true } +pyo3 = { version = "0.24", default-features = false, optional = true } half = { version = "2.1", default-features = false, optional = true } [package.metadata.docs.rs]