Skip to content

Commit 878de7e

Browse files
build(deps): bump pyo3 in /examples/ffi-table-provider
Bumps [pyo3](https://github.com/pyo3/pyo3) from 0.23.4 to 0.24.1. - [Release notes](https://github.com/pyo3/pyo3/releases) - [Changelog](https://github.com/PyO3/pyo3/blob/main/CHANGELOG.md) - [Commits](PyO3/pyo3@v0.23.4...v0.24.1) --- updated-dependencies: - dependency-name: pyo3 dependency-version: 0.24.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent d0d14f6 commit 878de7e

File tree

2 files changed

+30
-14
lines changed

2 files changed

+30
-14
lines changed

examples/ffi-table-provider/Cargo.lock

Lines changed: 29 additions & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/ffi-table-provider/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ edition = "2021"
2323
[dependencies]
2424
datafusion = { version = "45.0.0" }
2525
datafusion-ffi = { version = "45.0.0" }
26-
pyo3 = { version = "0.23", features = ["extension-module", "abi3", "abi3-py39"] }
26+
pyo3 = { version = "0.24", features = ["extension-module", "abi3", "abi3-py39"] }
2727
arrow = { version = "54" }
2828
arrow-array = { version = "54" }
2929
arrow-schema = { version = "54" }

0 commit comments

Comments
 (0)