Skip to content

Commit 71781cc

Browse files
committed
chore: update python bindings to arrow 53
1 parent fecc4d6 commit 71781cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bindings/python/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,4 @@ crate-type = ["cdylib"]
3333
[dependencies]
3434
iceberg = { path = "../../crates/iceberg" }
3535
pyo3 = { version = "0.21", features = ["extension-module"] }
36-
arrow = { version = "52", features = ["pyarrow"] }
36+
arrow = { version = "53", features = ["pyarrow"] }

0 commit comments

Comments
 (0)