Skip to content

Commit a9d8cb5

Browse files
chore!: update requests to >=2.33.1 for CVE-2026-25645
BREAKING CHANGE: Dropped support for Python 3.9 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent fed1015 commit a9d8cb5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,13 +26,13 @@ classifiers = [
2626
]
2727
keywords = []
2828
dependencies = [
29-
"requests==2.32.4",
29+
"requests>=2.33.1,<3.0.0",
3030
"openfeature-sdk==0.4.2",
3131
"typing_extensions>=4.9.0,<5.0.0",
3232
"httpx==0.27.2",
3333
"protobuf>=5.29.5,<7.0.0"
3434
]
35-
requires-python = ">=3.9"
35+
requires-python = ">=3.10"
3636

3737
[project.optional-dependencies]
3838
dev = [

0 commit comments

Comments
 (0)