python-v1.0.2
tokio-rs/tokiopython-v1.0.2Feb 27, 2026by reyammer
AI Summary
Updates the Python library to support Python 3.14 and removes direct dependencies on numpy and python-dotenv, which previously handled automatic .env file loading.
Key Highlights
- Marked python 3.14 as supported
- Removed direct dependency on numpy
- Removed dependency on python-dotenv
Breaking Changes
- Removal of automatic .env file loading
- Removal of direct numpy dependency
Full Release Notes
Changelog: - Mark python 3.14 as supported. - Remove direct dependency on numpy. - Remove dependency on python-dotenv (note: .env files are no longer loaded automatically). - Remove onnxruntime<=1.20.1 Windows pin. See all CHANGELOGs here: https://github.com/google/magika/blob/python-v1.0.2/python/CHANGELOG.md#102---2026-02-25