From 71781cc343a5573fccd7b3d5a7929405b9bd1d56 Mon Sep 17 00:00:00 2001 From: Scott Donnelly Date: Sun, 22 Sep 2024 17:53:49 +0100 Subject: [PATCH] chore: update python bindings to arrow 53 --- bindings/python/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"] }