Skip to content

Commit

Permalink
chore: update python bindings to arrow 53
Browse files Browse the repository at this point in the history
  • Loading branch information
sdd committed Sep 22, 2024
1 parent fecc4d6 commit 71781cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bindings/python/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"] }

0 comments on commit 71781cc

Please sign in to comment.