Bump pyo3 from 0.28.1 to 0.28.2 in the pyo3 group
Type: Pull Request
State: Closed
Association: Unknown
Comments: 2
(11 days ago)
(11 days ago)
(11 days ago)
dependencies rust
Bumps the pyo3 group with 1 update: pyo3.
Updates pyo3 from 0.28.1 to 0.28.2
Release notes
Sourced from pyo3's releases.
PyO3 0.28.2
This patch release contains a soundness fix for subclassing native types such as
PyListwith theabi3feature enabled when targeting a minimum version of Python 3.12 or higher. (Support for doing such subclassing was newly added in PyO3 0.28.0.)PyO3 0.28.0 and 0.28.1 will be yanked.
This release also contains a correction to the FFI definition
PyType_GetTypeDataSizeand incorrectly-generated__qualname__on#[pyclass]enum variant types when using#[pyo3(name = "...")]option to rename the enum and/or variant.Thank you to the following contributors for the improvements:
Commits
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditions
Package Dependencies
pyo3
cargo
0.28.1 → 0.28.2
Patch
the pyo3 group
Technical Details
| ID: | 14173482 |
| UUID: | 4002289999 |
| Node ID: | PR_kwDOCA8Bec7G4-wg |
| Host: | GitHub |
| Repository: | RustPython/RustPython |