Skip to content

Commit 754f652

Browse files
committed
fix: update pyo3 version to 0.25 for improved compatibility
1 parent 67766e2 commit 754f652

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

examples/datafusion-ffi-example/Cargo.toml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,11 @@ edition = "2021"
2424
datafusion = { version = "49.0.2" }
2525
datafusion-ffi = { version = "49.0.2" }
2626
datafusion-python = { path = "../../" }
27-
pyo3 = { version = "0.23", features = ["extension-module", "abi3", "abi3-py39"] }
27+
pyo3 = { version = "0.25", features = [
28+
"extension-module",
29+
"abi3",
30+
"abi3-py39",
31+
] }
2832
arrow = { version = "55.0.0" }
2933
arrow-array = { version = "55.0.0" }
3034
arrow-schema = { version = "55.0.0" }

0 commit comments

Comments
 (0)