Skip to content

Commit

Permalink
upgrade to pyo3 0.17 (#2576)
Browse files Browse the repository at this point in the history
  • Loading branch information
andygrove committed Aug 24, 2022
1 parent c4463ae commit b34adcc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion arrow-pyarrow-integration-testing/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ crate-type = ["cdylib"]

[dependencies]
arrow = { path = "../arrow", version = "21.0.0", features = ["pyarrow"] }
pyo3 = { version = "0.16", features = ["extension-module"] }
pyo3 = { version = "0.17", features = ["extension-module"] }

[package.metadata.maturin]
requires-dist = ["pyarrow>=1"]
2 changes: 1 addition & 1 deletion arrow/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ chrono-tz = { version = "0.6", default-features = false, optional = true }
flatbuffers = { version = "2.1.2", default-features = false, features = ["thiserror"], optional = true }
hex = { version = "0.4", default-features = false, features = ["std"] }
comfy-table = { version = "6.0", optional = true, default-features = false }
pyo3 = { version = "0.16", default-features = false, optional = true }
pyo3 = { version = "0.17", default-features = false, optional = true }
lexical-core = { version = "^0.8", default-features = false, features = ["write-integers", "write-floats", "parse-integers", "parse-floats"] }
multiversion = { version = "0.6.1", default-features = false }
bitflags = { version = "1.2.1", default-features = false }
Expand Down

0 comments on commit b34adcc

Please sign in to comment.