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 cbbab52 commit 26176faCopy full SHA for 26176fa
Cargo.toml
@@ -35,7 +35,7 @@ substrait = ["dep:datafusion-substrait"]
35
36
[dependencies]
37
tokio = { version = "1.47", features = ["macros", "rt", "rt-multi-thread", "sync"] }
38
-pyo3 = { version = "0.25", features = ["extension-module", "abi3", "abi3-py39"] }
+pyo3 = { version = "0.25", features = ["extension-module", "abi3", "abi3-py310"] }
39
pyo3-async-runtimes = { version = "0.25", features = ["tokio-runtime"]}
40
pyo3-log = "0.12.4"
41
arrow = { version = "56", features = ["pyarrow"] }
0 commit comments