Skip to content

Commit 5e6135e

Browse files
fix(deps): update dependency pyjwt to >=2.11,<2.12
1 parent c162fb0 commit 5e6135e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ dependencies = [
1212
"httpx~=0.28.1",
1313
"pydantic>=2.10.4",
1414
"pyjwt>=2.10.0 ; python_full_version >= '3.9'",
15-
"pyjwt>=2.9.0,<2.10 ; python_full_version == '3.8.*'",
15+
"pyjwt>=2.11,<2.12; python_full_version == '3.8.*'",
1616
]
1717

1818
[project.urls]

0 commit comments

Comments
 (0)