pypi python-amazon-sp-api 1.9.37
v1.9.37

latest releases: 1.9.48, 1.9.47, 1.9.46...
2 months ago

Version 1.9.37

Changes Relevant to Users

  • New Report Type

    • Added GET_DATE_RANGE_FINANCIAL_HOLDS_DATA to ReportType. This new report type allows users to access financial hold data within a specified date range, enhancing financial data analysis capabilities.
  • Dependency Updates

    • Upgraded boto3 dependency from 1.38.31 to 1.38.36 in both requirements.txt and docs/requirements.txt. This ensures compatibility with the latest AWS features and improvements.
    • Updated requests dependency from 2.32.3 to 2.32.4. This update includes minor bug fixes and performance improvements.

Internal Changes

  • Version Update
    • Incremented version number to 1.9.37 in sp_api/__version__.py.
graph TD;
    A[Version 1.9.36] -->|Updated| B[Version 1.9.37];
    B --> C[Added New Report Type];
    B --> D[Updated boto3 Dependency];
    B --> E[Updated requests Dependency];
Loading

This release introduces a new report type for enhanced financial data analysis and includes updates to key dependencies to maintain compatibility and leverage the latest improvements.

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

NewReleases is sending notifications on new releases.