Skip to content
This repository has been archived by the owner on Jul 6, 2023. It is now read-only.

Commit

Permalink
client: lock PyJWT to "pyjwt >= 1.4.0, < 2.0.0"
Browse files Browse the repository at this point in the history
Fix "TypeError: can't concat str to bytes" which is introduced in
pyjwt 2.0.0

Signed-off-by: Nitin Goyal <nigoyal@redhat.com>
  • Loading branch information
iamniting authored and phlogistonjohn committed Jan 19, 2021
1 parent 99e0cbf commit 400ea80
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions client/api/python/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
pyjwt >= 1.4.0
requests >= 2.9.0
pyjwt >= 1.4.0, < 2.0.0
requests >= 2.9.0

0 comments on commit 400ea80

Please sign in to comment.