Update pyjwt==2.10.1

This commit is contained in:
JonnyWong16 2025-01-09 10:16:47 -08:00
commit 85e9237608
No known key found for this signature in database
GPG key ID: B1F1F9807184697A
2 changed files with 4 additions and 4 deletions

View file

@ -27,7 +27,7 @@ from .exceptions import (
)
from .jwks_client import PyJWKClient
__version__ = "2.10.0"
__version__ = "2.10.1"
__title__ = "PyJWT"
__description__ = "JSON Web Token implementation in Python"