We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fecc4d6 commit 71781ccCopy full SHA for 71781cc
bindings/python/Cargo.toml
@@ -33,4 +33,4 @@ crate-type = ["cdylib"]
33
[dependencies]
34
iceberg = { path = "../../crates/iceberg" }
35
pyo3 = { version = "0.21", features = ["extension-module"] }
36
-arrow = { version = "52", features = ["pyarrow"] }
+arrow = { version = "53", features = ["pyarrow"] }
0 commit comments