Skip to content

Commit 536376a

Browse files
Align pyproject requests constraints with Python-version split
1 parent 038fa99 commit 536376a

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +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.32.2, <3.0",
27+
"requests ~=2.32.5; python_version < '3.10'",
28+
"requests ~=2.33.0; python_version >= '3.10'",
2829
"typing-extensions >=4.11.0, <5.0",
2930
"frozendict >=2.4.3, <3.0",
3031
"certifi >=2026.1.4",

0 commit comments

Comments
 (0)