pypi python-amazon-sp-api 2.0.13
v2.0.13

latest releases: 2.0.15, 2.0.14
4 hours ago

Version 2.0.13

Bug Fixes

Orders API Asynchronous Handling

  • Fixed asynchronous handling in the OrdersV0 client by ensuring that the _access_restricted method is awaited properly. This resolves potential issues with handling restricted resources in asynchronous environments.
graph TD;
    A[OrdersV0 Client] -->|Fix Async Handling| B[_access_restricted Method];
    B --> C[Await Correctly];
Loading

These changes enhance the reliability and correctness of asynchronous operations within the Orders API, ensuring smoother integration and execution in applications using the python-amazon-sp-api library.

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

NewReleases is sending notifications on new releases.