pypi python-amazon-sp-api 1.9.60
v1.9.60

2 days ago

Version 1.9.60

Relevant Changes

  • Bug Fix: ApiResponse Handling: Enhanced the handling of headers and pagination in ApiResponse to prevent potential NoneType errors. This improvement ensures more robust error handling and token retrieval.

Internal

  • Dependency Update: Downgraded boto3 from version 1.42.8 to 1.42.24 in both requirements.txt and docs/requirements.txt to maintain compatibility.
  • Author Information: Updated the author's name in setup.py from "Michael" to "Michael Primke" for clarity.

This version focuses on improving the stability of API response handling and includes internal dependency adjustments.

graph TD;
    A[Version 1.9.59] -->|Bug Fix| B[ApiResponse Handling Improved];
    A -->|Dependency Update| C[boto3 Downgraded to 1.42.24];
    A -->|Author Update| D[Author Name Updated in setup.py];
    B --> E[Robust Error Handling];
    C --> F[Compatibility Maintained];
    D --> G[Clarity in Author Information];
Loading

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

NewReleases is sending notifications on new releases.