Skip to content

Commit

Permalink
Cap PyJWT version to <2.10.0 to avoid incompatibility with subject cl…
Browse files Browse the repository at this point in the history
…aim type requirement (#843)
  • Loading branch information
grayver authored Jan 9, 2025
1 parent cb00a8b commit 9a66629
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
install_requires=[
"django>=4.2",
"djangorestframework>=3.14",
"pyjwt>=1.7.1,<3",
"pyjwt>=1.7.1,<2.10.0",
],
python_requires=">=3.9",
extras_require=extras_require,
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ deps=
drf314: djangorestframework>=3.14,<3.15
drf315: djangorestframework>=3.15,<3.16
pyjwt171: pyjwt>=1.7.1,<1.8
pyjwt2: pyjwt>=2,<3
pyjwt2: pyjwt>=2,<2.10.0
allowlist_externals=make

[testenv:docs]
Expand Down

0 comments on commit 9a66629

Please sign in to comment.