Skip to content

Commit 7facdee

Browse files
committed
chore: release 1.7.4
1 parent 241ca27 commit 7facdee

2 files changed

Lines changed: 9 additions & 1 deletion

File tree

docs/changelog.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,14 @@ Changelog
1212
.. module:: joserfc
1313
:noindex:
1414

15+
1.7.4
16+
-----
17+
18+
**Released on July 13, 2026**
19+
20+
- Reject JWS general JSON serialization when signatures is empty.
21+
- Raises ``DecodeError`` when encrypted_key is None in JWE.
22+
1523
1.7.3
1624
-----
1725

src/joserfc/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "1.7.3"
1+
__version__ = "1.7.4"
22
__homepage__ = "https://jose.authlib.org/en/"
33
__author__ = "Hsiaoming Yang <me@lepture.com>"
44
__license__ = "BSD-3-Clause"

0 commit comments

Comments
 (0)