From 86a2b7c17e5d2997a51bc907cd20a3745945ef25 Mon Sep 17 00:00:00 2001 From: Marcos Lozano Romero Date: Thu, 4 Jun 2026 13:00:24 +0200 Subject: [PATCH 1/2] dependency(core): update requests minimal version required --- pyproject.toml | 2 +- requirements-dev.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index be877f57..b82833df 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,7 +28,7 @@ keywords = ["sinch", "sdk"] [tool.poetry.dependencies] python = ">=3.9" -requests = "*" +requests = ">=2.0.0" pydantic = ">=2.0.0" [build-system] diff --git a/requirements-dev.txt b/requirements-dev.txt index 384715db..095b2f00 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -8,7 +8,7 @@ behave ruff # HTTP Libraries -requests +requests>=2.0.0 # Data Validation pydantic >= 2.0.0 \ No newline at end of file From f3c78a0eba4082c179b23e561e5f05d5783e4b9d Mon Sep 17 00:00:00 2001 From: Marcos Lozano Romero Date: Fri, 5 Jun 2026 08:38:25 +0200 Subject: [PATCH 2/2] Update CHANGELOG for version 2.1.0 Add version 2.1.0 release notes and update dependencies. --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ea401a01..f32b9b9e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,6 +16,14 @@ All notable changes to the **Sinch Python SDK** are documented in this file. --- +## v2.1.0 – + +### SDK + +- **[dependency]** Set up minimum version for `requests` to `>=2.0.0` (#152). + +--- + ## v2.0.1 – 2026-06-02 ### SMS