Skip to content

Commit c92fac2

Browse files
committed
Merge remote-tracking branch 'origin/master'
ds
2 parents 288b7a5 + e472603 commit c92fac2

File tree

4 files changed

+30
-3
lines changed

4 files changed

+30
-3
lines changed

CHANGELOG.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,30 @@
1+
## v1.9.37 - 2025-06-16
2+
## Version 1.9.37
3+
4+
### Changes Relevant to Users
5+
6+
- **New Report Type**
7+
- 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.
8+
9+
- **Dependency Updates**
10+
- 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.
11+
- Updated `requests` dependency from `2.32.3` to `2.32.4`. This update includes minor bug fixes and performance improvements.
12+
13+
### Internal Changes
14+
15+
- **Version Update**
16+
- Incremented version number to `1.9.37` in `sp_api/__version__.py`.
17+
18+
```mermaid
19+
graph TD;
20+
A[Version 1.9.36] -->|Updated| B[Version 1.9.37];
21+
B --> C[Added New Report Type];
22+
B --> D[Updated boto3 Dependency];
23+
B --> E[Updated requests Dependency];
24+
```
25+
26+
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.
27+
128
## v1.9.36 - 2025-06-06
229
## Version 1.9.36
330

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.4
66

7-
boto3~=1.38.36
7+
boto3~=1.38.40
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.4
33

4-
boto3~=1.38.36
4+
boto3~=1.38.40
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.36'
1+
__version__ = '1.9.37'

0 commit comments

Comments
 (0)