Skip to content

Commit

Permalink
modules.admin: Changed requirements for pyjwt because new version of …
Browse files Browse the repository at this point in the history
…pyjwt has a breaking change
  • Loading branch information
msinn committed Nov 20, 2024
1 parent a037ed0 commit 252d7cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/admin/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# modules: admin
pyjwt>=1.6.4
pyjwt>=1.6.4,<2.9.0

0 comments on commit 252d7cc

Please sign in to comment.