You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by al...@apache.org on 2021/12/22 16:36:13 UTC

[arrow-rs] branch master updated: Update pyo3 to 0.15 (#1076)

This is an automated email from the ASF dual-hosted git repository.

alamb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/arrow-rs.git


The following commit(s) were added to refs/heads/master by this push:
     new a14e3af  Update pyo3 to 0.15 (#1076)
a14e3af is described below

commit a14e3afda872a061cafcb8dcb965d94303ce3d31
Author: dbr/Ben <db...@gmail.com>
AuthorDate: Thu Dec 23 03:36:06 2021 +1100

    Update pyo3 to 0.15 (#1076)
    
    * Update pyo3 to 0.15
    
    * Update pyo3 in integration tests also
---
 arrow-pyarrow-integration-testing/Cargo.toml | 2 +-
 arrow/Cargo.toml                             | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/arrow-pyarrow-integration-testing/Cargo.toml b/arrow-pyarrow-integration-testing/Cargo.toml
index ead36bb..b1057c2 100644
--- a/arrow-pyarrow-integration-testing/Cargo.toml
+++ b/arrow-pyarrow-integration-testing/Cargo.toml
@@ -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"]
diff --git a/arrow/Cargo.toml b/arrow/Cargo.toml
index d790387..5c43598 100644
--- a/arrow/Cargo.toml
+++ b/arrow/Cargo.toml
@@ -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"