pypi python-amazon-sp-api 1.9.51
v1.9.51

latest releases: 1.9.57, 1.9.56, 1.9.55...
7 hours ago

Version 1.9.51

Changes

  • Documentation: Added a comprehensive architecture.rst file to the documentation, detailing the internal structure and components of the library. This addition helps users understand the library's design and how to extend it safely.
  • Documentation: Updated the quickstart.rst to provide more detailed examples and explanations for setting up and using the library, including handling credentials, pagination, and retries.
  • Dependencies: Updated boto3 to version 1.42.3 and confuse to version 2.1.0 in both requirements.txt and docs/requirements.txt to ensure compatibility and leverage new features.

Internal

  • Updated version number from 1.9.50 to 1.9.51 in __version__.py.

Diagrams

Module Import Path

graph TD;
    A[Client] --> B[sp_api.api.external_fulfillment.external_fulfillment];
Loading

Documentation Structure

graph TD;
    A[Documentation] --> B[architecture.rst];
    A --> C[quickstart.rst];
    A --> D[endpoints];
    A --> E[responses];
    A --> F[utils];
    A --> G[examples];
Loading

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

NewReleases is sending notifications on new releases.