We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e36bf19 commit c138e8cCopy full SHA for c138e8c
bindings/python/Cargo.toml
@@ -35,5 +35,5 @@ arrow = { version = "55.1", features = ["pyarrow", "chrono-tz"] }
35
iceberg = { path = "../../crates/iceberg" }
36
pyo3 = { version = "0.24.1", features = ["extension-module", "abi3-py39"] }
37
iceberg-datafusion = { path = "../../crates/integrations/datafusion" }
38
-datafusion-ffi = { version = "48.0.1" }
+datafusion-ffi = { version = "49" }
39
tokio = { version = "1.46.1", default-features = false }
0 commit comments