Skip to content

Commit ca233ce

Browse files
authored
chore(python): Bump to pyo3 0.26 (#7)
1 parent fb0ed8e commit ca233ce

2 files changed

Lines changed: 11 additions & 12 deletions

File tree

python/Cargo.lock

Lines changed: 10 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

python/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ datafusion = { git = "https://github.com/apache/datafusion", rev = "fa1f8c192dd5
2222
datafusion-ffi = { git = "https://github.com/apache/datafusion", rev = "fa1f8c192dd531d3f2fca61885eafa3e9002f0dd" }
2323
geoarrow-schema = "0.5"
2424
geodatafusion = { path = "../rust/geodatafusion" }
25-
pyo3 = { version = "0.25", features = [
25+
pyo3 = { version = "0.26", features = [
2626
"hashbrown",
2727
"serde",
2828
"anyhow",

0 commit comments

Comments
 (0)