Skip to content

Commit f8d1f4c

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bindings/python/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@ crate-type = ["cdylib"]
3232

3333
[dependencies]
3434
iceberg = { path = "../../crates/iceberg" }
35-
pyo3 = { version = "0.21", features = ["extension-module"] }
36-
arrow = { version = "52", features = ["pyarrow"] }
35+
pyo3 = { version = "0.22.3", features = ["extension-module"] }
36+
arrow = { version = "53", features = ["pyarrow"] }

0 commit comments

Comments
 (0)