You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by tu...@apache.org on 2022/08/24 19:51:36 UTC

[arrow-rs] branch master updated: upgrade to pyo3 0.17 (#2576)

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

tustvold 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 b34adcce4 upgrade to pyo3 0.17 (#2576)
b34adcce4 is described below

commit b34adcce427c6cb74fde2d99bc95b8731b7ceda7
Author: Andy Grove <an...@gmail.com>
AuthorDate: Wed Aug 24 13:51:31 2022 -0600

    upgrade to pyo3 0.17 (#2576)
---
 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 eccfb0f3d..0bc3962e2 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 = "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"]
diff --git a/arrow/Cargo.toml b/arrow/Cargo.toml
index c977272b2..784c41e80 100644
--- a/arrow/Cargo.toml
+++ b/arrow/Cargo.toml
@@ -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 }