diff --git a/bindings/python/Cargo.toml b/bindings/python/Cargo.toml index 469fc7698..cb867e969 100644 --- a/bindings/python/Cargo.toml +++ b/bindings/python/Cargo.toml @@ -33,4 +33,4 @@ crate-type = ["cdylib"] [dependencies] iceberg = { path = "../../crates/iceberg" } pyo3 = { version = "0.21", features = ["extension-module"] } -arrow = { version = "52", features = ["pyarrow"] } +arrow = { version = "53", features = ["pyarrow"] }