Skip to content

v1.1.9

Latest

Choose a tag to compare

@github-actions github-actions released this 02 Sep 04:40
641e9f2

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,<3 for 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