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 3f1c8b8 commit 6ae237eCopy full SHA for 6ae237e
docs/changelog.rst
@@ -12,6 +12,14 @@ Changelog
12
.. module:: joserfc
13
:noindex:
14
15
+1.6.4
16
+-----
17
+
18
+**Released on April 13, 2026**
19
20
+- **JWE**: remove ``InvalidCEKLengthError``.
21
+- **JWK**: fix ``ECKey`` serialization.
22
23
1.6.3
24
-----
25
src/joserfc/__init__.py
@@ -1,4 +1,4 @@
1
-__version__ = "1.6.3"
+__version__ = "1.6.4"
2
__homepage__ = "https://jose.authlib.org/en/"
3
__author__ = "Hsiaoming Yang <me@lepture.com>"
4
__license__ = "BSD-3-Clause"
0 commit comments