build(deps): bump the cargo group across 5 directories with 1 update#132
build(deps): bump the cargo group across 5 directories with 1 update#132dependabot[bot] wants to merge 1 commit into
Conversation
Bumps the cargo group with 1 update in the /ks40b-lite directory: [pyo3](https://github.com/pyo3/pyo3). Bumps the cargo group with 1 update in the /ks42_core directory: [pyo3](https://github.com/pyo3/pyo3). Bumps the cargo group with 1 update in the /ks46 directory: [pyo3](https://github.com/pyo3/pyo3). Bumps the cargo group with 1 update in the /ks_engine directory: [pyo3](https://github.com/pyo3/pyo3). Bumps the cargo group with 1 update in the /rust_accel directory: [pyo3](https://github.com/pyo3/pyo3). Updates `pyo3` from 0.24.2 to 0.29.0 - [Release notes](https://github.com/pyo3/pyo3/releases) - [Changelog](https://github.com/PyO3/pyo3/blob/main/CHANGELOG.md) - [Commits](PyO3/pyo3@v0.24.2...v0.29.0) Updates `pyo3` from 0.28.2 to 0.29.0 - [Release notes](https://github.com/pyo3/pyo3/releases) - [Changelog](https://github.com/PyO3/pyo3/blob/main/CHANGELOG.md) - [Commits](PyO3/pyo3@v0.24.2...v0.29.0) Updates `pyo3` from 0.28.2 to 0.29.0 - [Release notes](https://github.com/pyo3/pyo3/releases) - [Changelog](https://github.com/PyO3/pyo3/blob/main/CHANGELOG.md) - [Commits](PyO3/pyo3@v0.24.2...v0.29.0) Updates `pyo3` from 0.28.2 to 0.29.0 - [Release notes](https://github.com/pyo3/pyo3/releases) - [Changelog](https://github.com/PyO3/pyo3/blob/main/CHANGELOG.md) - [Commits](PyO3/pyo3@v0.24.2...v0.29.0) Updates `pyo3` from 0.28.2 to 0.29.0 - [Release notes](https://github.com/pyo3/pyo3/releases) - [Changelog](https://github.com/PyO3/pyo3/blob/main/CHANGELOG.md) - [Commits](PyO3/pyo3@v0.24.2...v0.29.0) --- updated-dependencies: - dependency-name: pyo3 dependency-version: 0.29.0 dependency-type: direct:production dependency-group: cargo - dependency-name: pyo3 dependency-version: 0.29.0 dependency-type: direct:production dependency-group: cargo - dependency-name: pyo3 dependency-version: 0.29.0 dependency-type: direct:production dependency-group: cargo - dependency-name: pyo3 dependency-version: 0.29.0 dependency-type: direct:production dependency-group: cargo - dependency-name: pyo3 dependency-version: 0.29.0 dependency-type: direct:production dependency-group: cargo ... Signed-off-by: dependabot[bot] <support@github.com>
|
🤖 RALPH Auto-Review ANTHROPIC_API_KEY is not configured, so automated review was skipped. |
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: fb0e672392
ℹ️ About Codex in GitHub
Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".
|
|
||
| [dependencies] | ||
| pyo3 = { version = "0.21", features = ["extension-module"] } | ||
| pyo3 = { version = "0.29", features = ["extension-module"] } |
There was a problem hiding this comment.
Migrate the legacy PyO3 APIs before bumping
The Research Integrity workflow builds this manifest with maturin develop --manifest-path rust/katala_rust_hotpath/Cargo.toml, but this bump moves the crate to PyO3 0.29 while rust/katala_rust_hotpath/src/lib.rs:108 still registers the module as fn ...(_py: Python<'_>, m: &PyModule) and calls m.add_function(...). In PyO3 0.29 the module methods are implemented on Bound<'_, PyModule>, so this extension no longer compiles until the module signature and registrations are migrated; the same legacy bump also appears in src/rust_kq_kernels_native.
Useful? React with 👍 / 👎.
Bumps the cargo group with 1 update in the /ks40b-lite directory: pyo3.
Bumps the cargo group with 1 update in the /ks42_core directory: pyo3.
Bumps the cargo group with 1 update in the /ks46 directory: pyo3.
Bumps the cargo group with 1 update in the /ks_engine directory: pyo3.
Bumps the cargo group with 1 update in the /rust_accel directory: pyo3.
Updates
pyo3from 0.24.2 to 0.29.0Release notes
Sourced from pyo3's releases.
... (truncated)
Changelog
Sourced from pyo3's changelog.
... (truncated)
Commits
0f90242release: 0.29.0 (#6107)cd128eddoc: mention abi3t, python3t.dll, and abi3t_compat folder in FAQ (#6124)7e2ef18Avoid type checks in methods where CPython already guarantees the received ty...f930199docs: additional detail in migration guide for 0.29 (#6123)91ab0d1Enable Windows abi3t tests (#6106)fe0fdd5addPyLong*API (3.14+) (#6016)f41b1dfHang when reattaching after detach during shutdown (#6085)5ae66a8Fix double import on RustPython (#6122)ad4a510PyFunction: enable some extra tests with abi3 (#6118)c79ac0eci: Add test for minimum supported debug build of Python (#5852)Updates
pyo3from 0.28.2 to 0.29.0Release notes
Sourced from pyo3's releases.
... (truncated)
Changelog
Sourced from pyo3's changelog.
... (truncated)
Commits
0f90242release: 0.29.0 (#6107)cd128eddoc: mention abi3t, python3t.dll, and abi3t_compat folder in FAQ (#6124)7e2ef18Avoid type checks in methods where CPython already guarantees the received ty...f930199docs: additional detail in migration guide for 0.29 (#6123)91ab0d1Enable Windows abi3t tests (#6106)fe0fdd5addPyLong*API (3.14+) (#6016)f41b1dfHang when reattaching after detach during shutdown (#6085)5ae66a8Fix double import on RustPython (#6122)ad4a510PyFunction: enable some extra tests with abi3 (#6118)c79ac0eci: Add test for minimum supported debug build of Python (#5852)Updates
pyo3from 0.28.2 to 0.29.0Release notes
Sourced from pyo3's releases.
... (truncated)
Changelog
Sourced from pyo3's changelog.
... (truncated)
Commits
0f90242release: 0.29.0 (#6107)cd128eddoc: mention abi3t, python3t.dll, and abi3t_compat folder in FAQ (#6124)7e2ef18Avoid type checks in methods where CPython already guarantees the received ty...f930199docs: additional detail in migration guide for 0.29 (#6123)91ab0d1Enable Windows abi3t tests (#6106)fe0fdd5addPyLong*API (3.14+) (#6016)f41b1dfHang when reattaching after detach during shutdown (#6085)5ae66a8Fix double import on RustPython (#6122)ad4a510PyFunction: enable some extra tests with abi3 (#6118)c79ac0eci: Add test for minimum supported debug build of Python (#5852)Updates
pyo3from 0.28.2 to 0.29.0Release notes
Sourced from pyo3's releases.
... (truncated)
Changelog
Sourced from pyo3's changelog.