python-v1.0.2
browser-use/video-usepython-v1.0.2Feb 27, 2026by reyammer
AI Summary
Magika Python SDK update focusing on dependency management and Python version support.
Key Highlights
- Added support for Python 3.14.
- Removed direct dependency on numpy.
- Removed python-dotenv (auto-loading .env files is no longer supported).
- Removed Windows pin for onnxruntime.
Breaking Changes
- Users relying on automatic .env file loading must implement their own dotenv handling.
- Direct dependency on numpy has been removed.
New Features
- Python 3.14 support
- Cross-platform binary availability (implied by CLI release context)
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