We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b53a8e commit f675677Copy full SHA for f675677
docs/changelog.rst
@@ -12,6 +12,15 @@ Changelog
12
.. module:: joserfc
13
:noindex:
14
15
+1.6.1
16
+-----
17
+
18
+**Released on December 30, 2025**
19
20
+- Deprecate ``InvalidTokenError``, please use ``InvalidClaimError`` instead.
21
+- Convert ``ExpiredTokenError`` to inherit from ``ClaimError``.
22
+- Improve on type hints.
23
24
1.6.0
25
-----
26
src/joserfc/__init__.py
@@ -1,4 +1,4 @@
1
-__version__ = "1.6.0"
+__version__ = "1.6.1"
2
__homepage__ = "https://jose.authlib.org/en/"
3
__author__ = "Hsiaoming Yang <me@lepture.com>"
4
__license__ = "BSD-3-Clause"
0 commit comments