Version 1.5.2
This is a bugfix release that only includes packaging changes, if the package is already installed and working, there is no immediate reason to upgrade.
Changes:
- Fixes installation using uv 0.9.16 or newer on musl/Alpine platforms (this only allows installing the SDK stub without C/C++-SDK-based implementation)
- Removes hard dependency on
pkg_resources, which should allow installation withsetuptools>=81. - Fixes filename of
pyproject.tomlto prevent potential issues with outdated or missingsetuptools. - Source distribution (sdist) format changed from zip to tar.gz (PyPI started rejecting zip uploads)
Note that 1.5.2.20260107.153442 is the PyPI release version that should be used. Version 1.5.2.20251223.93033 was published without sdist but is otherwise identical (except for the version numbers).