Skip to content

Commit 09a5185

Browse files
committed
chore: release 1.6.4
1 parent 6b1813e commit 09a5185

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

authlib/consts.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name = "Authlib"
2-
version = "1.6.3"
2+
version = "1.6.4"
33
author = "Hsiaoming Yang <me@lepture.com>"
44
homepage = "https://authlib.org"
55
default_user_agent = f"{name}/{version} (+{homepage})"

docs/changelog.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,11 @@ Here you can see the full list of changes between each Authlib release.
99
Version 1.6.4
1010
-------------
1111

12-
**Unreleased**
12+
**Released on Sep 17, 2025**
1313

1414
- Fix ``InsecureTransportError`` error raising. :issue:`795`
1515
- Fix ``response_mode=form_post`` with Starlette client. :issue:`793`
16+
- Validate ``crit`` header value, reject unprotected header in ``crit`` header.
1617

1718
Version 1.6.3
1819
-------------

0 commit comments

Comments
 (0)