python-v1.0.2

hasaneyldrm/exercises-datasetpython-v1.0.2Feb 27, 2026by reyammer

AI Summary

This release updates the Python library by adding support for Python 3.14 and removing several dependencies to streamline the installation process. It specifically removes the automatic loading of `.env` files and loosens Windows-specific constraints on the onnxruntime library.

Key Highlights

  • Marked Python 3.14 as supported
  • Removed direct dependency on numpy
  • Removed dependency on python-dotenv
  • Removed Windows pin constraint for onnxruntime

Breaking Changes

  • Automatic loading of .env files is no longer supported due to the removal of python-dotenv

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