Hello,
This post is for information on new versions of the Platform API SDK for Python, Go and CLI.
# Platform API SDK for Python
- Project settings have been migrated to leverage pyproject.toml configuration file to build and package the library.
- SDK dependencies have been updated to newer versions: certifi (to version 2026.4.22), urllib3 (to version 2.6.3), watchdog (to version 6.0.0)
There should be no impact when installing or updating your version of the Platform API SDK for Python.
If you experience issues with the new version of the library, you can report it on this post.
The change is effective starting with Platform API SDK for Python - version 257.1.0
# Platform API SDK for Go
- The minimum required go runtime has been updated to version 1.24.1
- Dependencies on io/ioutil (deprecated methods) have been removed, replacing with methods from io and os packages.
If you are already leveraging a version of go runtime >= 1.24.1 (i.e. 1.24.1 or more recent), there should be no impact when installing or updating your version of the Platform API SDK for Go. Otherwise, you will need to update your go runtime to a version >= 1.24.1.
If you experience issues with the new version of the library, you can report it on this post.
The change is effective starting with Platform API SDK for Go - version 188.0.0
# Platform API CLI
- The minimum required go runtime has been updated to version 1.24.1
- Dependencies on io/ioutil (deprecated methods) have been removed, replacing with methods from io and os packages.
There should be no impact when installing or updating your binary version of the Platform API CLI.
If you build the CLI from the source code and if you are already leveraging a version of go runtime >= 1.24.1 (1.24.1 or more recent), there should be no impact. Otherwise, you will need to update your go runtime to a version >= 1.24.1.
If you experience issues with the new version of the CLI, you can report it on this post.
The change is effective starting with Platform API CLI - version 161.0.0
Regards,
#PlatformSDK------------------------------
Jerome Saint-Marc
Senior Development Support Engineer
------------------------------