pypi python-amazon-sp-api 1.9.22
v1.9.22

20 hours ago

Version 1.9.22

New Features

  • Finances API Enhancements
    • Introduced versioning support for the Finances client, allowing users to specify API versions when interacting with financial endpoints.
    • Added a new list_transactions endpoint to the Finances client for retrieving transaction details.
graph TD;
    A[Version 1.9.21] -->|Enhanced| B[Version 1.9.22];
    B --> C[Finances API];
    C --> D[Versioning Support];
    C --> E[list_transactions];
Loading

Internal Changes

  • Dependencies Update
    • Updated boto3 library dependency from ~=1.37.12 to ~=1.37.14 to ensure compatibility with the latest features and security patches.
graph TD;
    A[Version 1.9.21] -->|Updated| B[Version 1.9.22];
    B --> C[boto3 ~=1.37.14];
    A --> D[boto3 ~=1.37.12];
Loading

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

NewReleases is sending notifications on new releases.