Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Rust crate pyo3 to v0.23.1 #142

Merged
merged 2 commits into from
Nov 19, 2024
Merged

Update Rust crate pyo3 to v0.23.1 #142

merged 2 commits into from
Nov 19, 2024

Commits on Nov 19, 2024

  1. Update Rust crate pyo3 to v0.23.1

    renovate[bot] authored and simu committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    1bfc75b View commit details
    Browse the repository at this point in the history
  2. Update codebase to not use methods deprecated in PyO3 0.23

    Switch to explicit `Bound<'py, T>` for methods which convert our types
    into bound Python objects.
    simu committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    9dc569d View commit details
    Browse the repository at this point in the history