Skip to content

Commit

Permalink
Update pyo3 to 0.15 (#1076)
Browse files Browse the repository at this point in the history
* Update pyo3 to 0.15

* Update pyo3 in integration tests also
  • Loading branch information
dbr authored Dec 22, 2021
1 parent 5a32391 commit a14e3af
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 = "7.0.0-SNAPSHOT", features = ["pyarrow"] }
pyo3 = { version = "0.14", features = ["extension-module"] }
pyo3 = { version = "0.15", 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 @@ -53,7 +53,7 @@ chrono-tz = {version = "0.4", optional = true}
flatbuffers = { version = "=2.0.0", optional = true }
hex = "0.4"
comfy-table = { version = "5.0", optional = true, default-features = false }
pyo3 = { version = "0.14", optional = true }
pyo3 = { version = "0.15", optional = true }
lexical-core = "^0.8"
multiversion = "0.6.1"
bitflags = "1.2.1"
Expand Down

0 comments on commit a14e3af

Please sign in to comment.