chore(deps)(deps): update pyo3 requirement from 0.21 to 0.29 - #59
chore(deps)(deps): update pyo3 requirement from 0.21 to 0.29#59dependabot[bot] wants to merge 1 commit into
Conversation
7f4398c to
7d22576
Compare
7d22576 to
5a86d3e
Compare
5a86d3e to
868cde9
Compare
Unblocks 6+ Dependabot cargo PRs (#57 #58 #59 #60 #62 #65) stuck on 'build-test (20, 3.11, stable)' due to libdbus-sys build.rs panic. octo-cable -> bluer -> dbus -> libdbus-sys chain needs pkg-config and libdbus-1-dev headers. ci.yml + coverage.yml already install these; quota-router.yml lacked the install. Dependabot cargo lockfile bumps invalidate the cache, exposing the gap. Same install line as ci.yml + coverage.yml for parity. Both jobs (test, clippy-stable) get the step.
|
@dependabot rebase |
868cde9 to
ad65124
Compare
|
@dependabot rebase |
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/main/CHANGELOG.md) - [Commits](PyO3/pyo3@v0.21.0...v0.29.0) --- updated-dependencies: - dependency-name: pyo3 dependency-version: 0.29.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
ad65124 to
ef1ffaa
Compare
|
Closed: cost > value. pyo3 0.21 -> 0.29 is an 8-minor-version migration spanning:
quota-router-pyo3's #[pyclass] surface plus all #[pymethod] impls When the pyo3 migration is planned (likely alongside a Python SDK |
|
OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting If you change your mind, just re-open this PR and I'll resolve any conflicts on it. |
13 Dependabot PRs reviewed for impact + feasibility. 6 merged (#54 #55 #56 #61 #64 #66), 7 closed (#57 #58 #59 #60 #62 #63 #65). Analysis covers each PR's CI status, dep ownership, bump rationale, breaking-change audit, merge sequencing, and infra fixes landed (libdbus install + hmac-sha256 + std lock + stoolap parser catch-all).
Updates the requirements on pyo3 to permit the latest version.
Release 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)