pypi python-amazon-sp-api 1.9.31
v1.9.31

latest releases: 1.9.48, 1.9.47, 1.9.46...
3 months ago

Version 1.9.31

Changes Relevant to Users

  • Bug Fixes
    • Corrected a typo in the grantless_scope attribute of the ApplicationManagement class from sellingpartnetapi::client_credential:rotation to sellingpartnerapi::client_credential:rotation. This ensures proper functionality when using the grantless scope for client credential rotation.

Internal Changes

  • Version Update
    • Incremented version number to 1.9.31 in sp_api/__version__.py.
graph TD;
    A[Version 1.9.30] -->|Updated| B[Version 1.9.31];
    B --> C[ApplicationManagement];
    C --> D[grantless_scope Typo Fixed];
Loading

This update fixes a typo in the ApplicationManagement API, ensuring that the correct grantless scope is used for client credential rotations.

Don't miss a new python-amazon-sp-api release

NewReleases is sending notifications on new releases.