pypi python-amazon-sp-api 2.1.13
v2.1.13

8 hours ago

Version 2.1.13

Changes to Existing Features

  • Application Integrations:
    • Improved parameter handling in the create_notification, delete_notifications, and record_action_feedback methods. The body is now explicitly extracted from kwargs and passed as data, while other parameters are passed as params. This enhancement increases the reliability of API interactions.

Internal

  • Dependencies:
    • Updated boto3 from 1.43.36 to 1.43.55 in both requirements.txt and docs/requirements.txt.
    • Updated sphinx-jinja2-compat from 0.1.1 to 0.4.1 in docs/requirements.txt.
    • Updated sphinx-toolbox from 2.16.0 to 4.2.0 in docs/requirements.txt.

Diagram of Method Changes

graph TD;
    A[Previous Method Implementation] --> B[create_notification];
    A --> C[delete_notifications];
    A --> D[record_action_feedback];
    B --> E[Corrected Parameter Handling];
    C --> F[Corrected Parameter Handling];
    D --> G[Corrected Parameter Handling];
Loading

This update ensures that the methods in the ApplicationIntegrations class handle request bodies and parameters correctly, improving the reliability of API interactions.

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

NewReleases is sending notifications on new releases.