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 6b1813e commit 09a5185Copy full SHA for 09a5185
2 files changed
authlib/consts.py
@@ -1,5 +1,5 @@
1
name = "Authlib"
2
-version = "1.6.3"
+version = "1.6.4"
3
author = "Hsiaoming Yang <me@lepture.com>"
4
homepage = "https://authlib.org"
5
default_user_agent = f"{name}/{version} (+{homepage})"
docs/changelog.rst
@@ -9,10 +9,11 @@ Here you can see the full list of changes between each Authlib release.
9
Version 1.6.4
10
-------------
11
12
-**Unreleased**
+**Released on Sep 17, 2025**
13
14
- Fix ``InsecureTransportError`` error raising. :issue:`795`
15
- Fix ``response_mode=form_post`` with Starlette client. :issue:`793`
16
+- Validate ``crit`` header value, reject unprotected header in ``crit`` header.
17
18
Version 1.6.3
19
0 commit comments