Skip to content

Commit a9bf3f1

Browse files
fix: use requests~=2.32.5 for Python<3.10 and ~=2.33.1 for Python>=3.10
Agent-Logs-Url: https://github.com/kinde-oss/kinde-python-sdk/sessions/c8efd5e0-3eb8-4743-8d73-e5b60d33f5f6 Co-authored-by: dtoxvanilla1991 <73205087+dtoxvanilla1991@users.noreply.github.com>
1 parent 2262a70 commit a9bf3f1

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ dependencies = [
2424
"python-dateutil >=2.9.0, <3.0",
2525
"Authlib >=1.3.0, <2.0",
2626
"pyjwt >=2.10.0, <3.0",
27-
"requests ~=2.33.1; python_version < '3.10'",
28-
"requests ~=2.33.0; python_version >= '3.10'",
27+
"requests ~=2.32.5; python_version < '3.10'",
28+
"requests ~=2.33.1; python_version >= '3.10'",
2929
"typing-extensions >=4.11.0, <5.0",
3030
"frozendict >=2.4.3, <3.0",
3131
"certifi >=2026.1.4",

requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
requests~=2.33.1; python_version < "3.10"
2-
requests~=2.33.0; python_version >= "3.10"
1+
requests~=2.32.5; python_version < "3.10"
2+
requests~=2.33.1; python_version >= "3.10"
33
# Core dependencies
44
django>=4.2.0,<5.0.0
55
python-dotenv>=1.0.0

0 commit comments

Comments
 (0)