Skip to content

Commit e454cea

Browse files
committed
Merge remote-tracking branch 'origin/master'
2 parents 02fd080 + da21e3e commit e454cea

File tree

4 files changed

+28
-3
lines changed

4 files changed

+28
-3
lines changed

CHANGELOG.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,28 @@
1+
## v1.9.34 - 2025-06-03
2+
## Version 1.9.34
3+
4+
### Changes Relevant to Users
5+
6+
- **New Feature**
7+
- Added a `timeout` parameter to the `get_report_document` method in the `Reports` class. This allows users to specify a timeout for the request when downloading a document, enhancing control over network operations.
8+
9+
### Internal Changes
10+
11+
- **Dependency Update**
12+
- Updated `boto3` dependency from `1.38.17` to `1.38.28` in both `requirements.txt` and `docs/requirements.txt` to ensure compatibility and access to the latest features and bug fixes.
13+
14+
- **Version Update**
15+
- Incremented version number to `1.9.34` in `sp_api/__version__.py`.
16+
17+
```mermaid
18+
graph TD;
19+
A[Version 1.9.33] -->|Updated| B[Version 1.9.34];
20+
B --> C[Added Timeout Parameter];
21+
B --> D[Updated boto3 Dependency];
22+
```
23+
24+
This release introduces a new feature for enhanced network request handling and updates a key dependency to improve overall package stability and functionality.
25+
126
## v1.9.33 - 2025-05-16
227
## Version 1.9.33
328

docs/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ point
44
pytest
55
requests~=2.32.3
66

7-
boto3~=1.38.28
7+
boto3~=1.38.29
88

99
cachetools~=5.5.2
1010
setuptools~=77.0.3

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
pytest
22
requests~=2.32.3
33

4-
boto3~=1.38.28
4+
boto3~=1.38.29
55

66
cachetools~=5.5.2
77
setuptools~=77.0.3

sp_api/__version__.py

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

0 commit comments

Comments
 (0)