Skip to content

v0.10.1

Latest

Choose a tag to compare

@github-actions github-actions released this 17 Jun 08:01
· 2 commits to main since this release

[0.10.1] — 2026-06-17

Security patch release. Updates two dependencies flagged by upstream
advisories. No API or behaviour changes.

Security

  • cryptography updated to 49.0.0 (from 47.0.0), resolving the
    high-severity advisory affecting < 48.0.1. The dependency constraint
    ceiling is widened from <48 to <50.
  • pyo3 — the Rust binding behind the optional admina-core accelerator
    — updated 0.24 → 0.29, resolving the high + medium RUSTSEC advisory
    affecting < 0.29.0. The binding is migrated to the pyo3 0.29 attach
    API (Python::with_gilPython::attach, PyObjectPy<PyAny>).
    No functional change: the Rust engines remain at parity with the Python
    implementations, verified by the full suite with admina-core installed.