Skip to content

Commit 81c34ac

Browse files
Update pyo3 requirement from 0.21.1 to 0.22.2 (#6085)
Updates the requirements on [pyo3](https://github.com/pyo3/pyo3) to permit the latest version. - [Release notes](https://github.com/pyo3/pyo3/releases) - [Changelog](https://github.com/PyO3/pyo3/blob/v0.22.2/CHANGELOG.md) - [Commits](PyO3/pyo3@v0.21.1...v0.22.2) --- updated-dependencies: - dependency-name: pyo3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent e40b311 commit 81c34ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arrow/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ arrow-select = { workspace = true }
5454
arrow-string = { workspace = true }
5555

5656
rand = { version = "0.8", default-features = false, features = ["std", "std_rng"], optional = true }
57-
pyo3 = { version = "0.22.1", default-features = false, optional = true }
57+
pyo3 = { version = "0.22.2", default-features = false, optional = true }
5858

5959
[package.metadata.docs.rs]
6060
features = ["prettyprint", "ipc_compression", "ffi", "pyarrow"]

0 commit comments

Comments
 (0)