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 82e022a commit bba75efCopy full SHA for bba75ef
docs/changelog.rst
@@ -12,6 +12,16 @@ Changelog
12
.. module:: joserfc
13
:noindex:
14
15
+1.2.1
16
+-----
17
+
18
+**Released on July 10, 2025**
19
20
+- Improve type hints on JWK module:
21
+ - Overload type hints on ``jwk.import_key`` and ``jwk.generate_key``.
22
+ - Return correct types on ``OctKey.import_key``, ``RSAKey.import_key``, and etc.
23
+- Guess key with "alg" and "use" parameters.
24
25
1.2.0
26
-----
27
src/joserfc/__init__.py
@@ -1,4 +1,4 @@
1
-__version__ = "1.2.0"
+__version__ = "1.2.1"
2
__homepage__ = "https://jose.authlib.org/en/"
3
__author__ = "Hsiaoming Yang <me@lepture.com>"
4
__license__ = "BSD-3-Clause"
0 commit comments