Skip to content
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

pyjwt 2.10: AttributeError: module 'jwt.exceptions' has no attribute 'PyJWTError' #1019

Open
stevegerrits opened this issue Nov 21, 2024 · 0 comments

Comments

@stevegerrits
Copy link

Summary.

Expected Result

import jwt.exceptions.PyJWTError should work as expected

What you expected.
Valid import

Actual Result

AttributeError

What happened instead.
AttributeError

Reproduction Steps

import jwt.exceptions.PyJWTError

import jwt.exceptions.PyJWTError 
@stevegerrits stevegerrits changed the title AttributeError: module 'jwt.exceptions' has no attribute 'PyJWTError' pyjwt 2.10: AttributeError: module 'jwt.exceptions' has no attribute 'PyJWTError' Nov 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant