Skip to content

Commit dbe4355

Browse files
committed
Merge remote-tracking branch 'origin/master'
2 parents fcff834 + 4d5b03e commit dbe4355

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
## v2.0.13 - 2026-02-01
2+
## Version 2.0.13
3+
4+
### Bug Fixes
5+
6+
#### Orders API Asynchronous Handling
7+
8+
- 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.
9+
10+
```mermaid
11+
graph TD;
12+
A[OrdersV0 Client] -->|Fix Async Handling| B[_access_restricted Method];
13+
B --> C[Await Correctly];
14+
```
15+
16+
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.
17+
118
## v2.0.12 - 2026-02-01
219
## Version 2.0.12
320

sp_api/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '2.0.12'
1+
__version__ = '2.0.13'

0 commit comments

Comments
 (0)