Breaking Changes
- Python 3.10 or newer is now required. Python 3.6–3.9 are no longer supported; the supported range is CPython 3.10–3.14.
- The urllib3 dependency range is now
>=1.26.5,<3for Python 3.14 compatibility and to exclude a future major version.
Improvements
- Add support for CPython 3.13 and 3.14, with tests covering Python 3.10–3.14 on both Linux and Windows.
- Add exact-minimum-dependency testing on Python 3.14 and extend resource-lifecycle auditing to Python 3.14.
- Validate package metadata and install and smoke-test the built wheel in a clean environment before publishing.
This release does not change the SDK's runtime implementation or public API. Free-threaded CPython 3.14 builds are not supported.
Full Changelog: v1.1.8...v1.1.9