[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<48to<50. - pyo3 — the Rust binding behind the optional
admina-coreaccelerator
— updated 0.24 → 0.29, resolving the high + medium RUSTSEC advisory
affecting< 0.29.0. The binding is migrated to the pyo3 0.29attach
API (Python::with_gil→Python::attach,PyObject→Py<PyAny>).
No functional change: the Rust engines remain at parity with the Python
implementations, verified by the full suite withadmina-coreinstalled.