python-v1.0.2
kyegomez/swarmspython-v1.0.2Feb 27, 2026by reyammer
AI Summary
This Python release updates dependencies by removing numpy and python-dotenv, while adding support for Python 3.14 and relaxing Windows constraints.
Key Highlights
- Marked python 3.14 as supported
- Removed direct dependency on numpy
- Removed dependency on python-dotenv (no longer loads .env files automatically)
- Removed onnxruntime<=1.20.1 Windows pin
Breaking Changes
- Removal of python-dotenv dependency and automatic .env file loading
New Features
- Python 3.14 support
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