Skip to content

Commit

Permalink
Pin pyjwt below 2.2.0
Browse files Browse the repository at this point in the history
Fixes jazzband#467 temporarily until the code change can be made and validated
  • Loading branch information
jerr0328 committed Oct 7, 2021
1 parent 7759aa8 commit 50cdb61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
install_requires=[
'django',
'djangorestframework',
'pyjwt>=2,<3',
'pyjwt>=2,<2.2.0',
],
python_requires='>=3.7',
extras_require=extras_require,
Expand Down

0 comments on commit 50cdb61

Please sign in to comment.