You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(pyo3): migrate to pyo3 0.28.3 and pyo3-async-runtimes 0.28.0 (p1)
- Upgrade pyo3 to 0.28.3 and replace pyo3-asyncio with pyo3-async-runtimes 0.28.0.
- Migrate codebase to use the modern Bound API (Python::attach, py.detach, etc.).
- Modernize #[pyclass] with (from_py_object) and replace deprecated downcast with cast.
- Update tests to align with new PyO3 APIs and remove outdated initialization calls.
- Fix clippy warnings and remove unnecessary unsafe blocks in Python bindings.
- Note: JIT and Vortex features are pending full migration in p2.
Co-authored-by: Iris Seravelle <iris.seravelle@gmail.com>
0 commit comments