-
Notifications
You must be signed in to change notification settings - Fork 30
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I think merging pyjwt 2 broke things #122
Comments
Looks very suspicious. Betting this went from bytes to str in pyjwt 2.x. We should probably get rid of the type:ignore and |
Yep: https://pyjwt.readthedocs.io/en/stable/changelog.html#v2-0-0
|
And typing in pyjwt turns out to be a giant crawling can of worms. cf jpadilla/pyjwt#602 |
@athornton this should be fixed i guess now we merged #124. Can you confirm and then we can close this. |
I can confirm, but not till next week (Jan. 2, 2024), when I'm back at work. |
Oh, whoops, should have given the OK to close a while ago. This (indeed a later merge that includes this) is working fine. |
FIXED. |
I wasn't getting this before. I haven't looked yet, but I see there's a new major version of pyjwt, and I strongly suspect something here changed a type from bytes[] to str. I'll take a look when I have time.
The text was updated successfully, but these errors were encountered: