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 e17ddaf commit 6ee717fCopy full SHA for 6ee717f
docs/changelog.rst
@@ -12,6 +12,19 @@ Changelog
12
.. module:: joserfc
13
:noindex:
14
15
+1.4.0
16
+-----
17
+
18
+**Not released**
19
20
+- Improvements on type hints.
21
+- Add python 3.14 support.
22
23
+**Breaking changes**:
24
25
+- Remove deprecated (since 1.2.0) ``rfcXXXX`` modules.
26
+- Rename ``jwt.ClaimsRegistry`` to ``jwt.BaseClaimsRegistry``.
27
28
1.3.4
29
-----
30
pyproject.toml
@@ -114,6 +114,7 @@ env_list = [
114
"py311",
115
"py312",
116
"py313",
117
+ "py314",
118
"docs",
119
"coverage",
120
]
0 commit comments