Skip to content

Commit 387f949

Browse files
authored
dependency(core): update requests minimal version required (#152)
* dependency(core): update requests minimal version required * Update CHANGELOG for version 2.1.0
1 parent 1610082 commit 387f949

3 files changed

Lines changed: 10 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,14 @@ All notable changes to the **Sinch Python SDK** are documented in this file.
1616
1717
---
1818

19+
## v2.1.0 –
20+
21+
### SDK
22+
23+
- **[dependency]** Set up minimum version for `requests` to `>=2.0.0` (#152).
24+
25+
---
26+
1927
## v2.0.1 – 2026-06-02
2028

2129
### SMS

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ keywords = ["sinch", "sdk"]
2828

2929
[tool.poetry.dependencies]
3030
python = ">=3.9"
31-
requests = "*"
31+
requests = ">=2.0.0"
3232
pydantic = ">=2.0.0"
3333

3434
[build-system]

requirements-dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ behave
88
ruff
99

1010
# HTTP Libraries
11-
requests
11+
requests>=2.0.0
1212

1313
# Data Validation
1414
pydantic >= 2.0.0

0 commit comments

Comments
 (0)