Stax Python SDK v1.4.0 released
Version 1.4.0 of the Stax Python SDK has been released, which resolves some dependency issues relating to the use of the SDK.
Changes in this version include:
- Unpin underlying dependencies, allowing users to use the SDK out of the box without needing to explicitly pin other dependencies for compatibility.
- Python version classifiers have also been updated in the Python Package Index. Python 3.9 is now the new minimum version supported by the Stax Python SDK.
- SDK operations are now derived from a new endpoint in the Stax API. The previous endpoint will continue to exist for now, but it may be retired in the future. Stax recommends using the newest version of the Stax Python SDK to minimise disruption.
- Due to the above change, the
teams.ReadApiTokensoperation may take the optionalaccess_keykeyword argument (previously namedAccessKey).
- Due to the above change, the
For more details about the Stax Python SDK, see the repository on GitHub.