You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
importjwt.exceptions.PyJWTError
The text was updated successfully, but these errors were encountered:
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
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
The text was updated successfully, but these errors were encountered: