Skip to content

fix(deps): update rust crate pyo3 to v0.28.3#3751

Merged
renovate[bot] merged 1 commit intomainfrom
renovate/pyo3-0.x
Apr 2, 2026
Merged

fix(deps): update rust crate pyo3 to v0.28.3#3751
renovate[bot] merged 1 commit intomainfrom
renovate/pyo3-0.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate bot commented Apr 2, 2026

This PR contains the following updates:

Package Type Update Change
pyo3 dependencies patch =0.28.2=0.28.3

Release Notes

pyo3/pyo3 (pyo3)

v0.28.3: PyO3 0.28.3

Compare Source

This patch contains several fixes for stability of the PyO3 0.28.x series:

  • Python::attach and Python::try_attach will no longer return before the thread initializing the interpreter has finished runnning site.py when using the auto-initialize feature.
  • Fix unsoundness in PyBytesWriter::write_vectored when targeting the Python 3.15 prerelease interpreter.
  • Fix possible deadlock in .into_pyobject() implementation for C-like #[pyclass] enums.

A couple of edge cases causing compile failures were also fixed.

Thank you to the following contributors for the improvements:

@​alex
@​bschoenmaeckers
@​chirizxc
@​davidhewitt
@​Embers-of-the-Fire
@​Icxolu
@​maurosilber
@​ngoldbaum


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot enabled auto-merge (squash) April 2, 2026 12:31
@coderabbitai
Copy link
Copy Markdown

coderabbitai bot commented Apr 2, 2026

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: Organization UI

Review profile: ASSERTIVE

Plan: Pro

Run ID: ec0bf662-9e93-4a64-93de-900a64ce78c3

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch renovate/pyo3-0.x
✨ Simplify code
  • Create PR with simplified code
  • Commit simplified code in branch renovate/pyo3-0.x

Comment @coderabbitai help to get the list of available commands and usage tips.

@renovate renovate bot merged commit c1a8941 into main Apr 2, 2026
14 checks passed
@renovate renovate bot deleted the renovate/pyo3-0.x branch April 2, 2026 12:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants