Skip to content

3.41.0

Compare
Choose a tag to compare
@anthonyh-m anthonyh-m released this 24 Apr 08:33
· 12 commits to master since this release

Changed

  • ⚠️ Caution – Minimum language requirement changed to Python 3.9 ⚠️

The SDK has been upgraded to require Python 3.9 as a minimum version. This is due to dependencies in the SDK's deployment pipeline on GitHub Actions and Ubuntu runners, which no longer support lower than Python 3.9. Older versions of Python reached end-of-life in 2024 or before.

Failure to upgrade your Python language version to 3.9 before updating to this version of the SDK will result in errors. For more information on the differences between Python 3.9 and earlier, see the Python docs.

The SDK supports Python 3.13 down to 3.9. We recommend using Python 3.13.

Added