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 c46e939 commit 0e8f480Copy full SHA for 0e8f480
authlib/consts.py
@@ -1,5 +1,5 @@
1
name = 'Authlib'
2
-version = '1.4.0'
+version = '1.4.1'
3
author = 'Hsiaoming Yang <[email protected]>'
4
homepage = 'https://authlib.org/'
5
default_user_agent = f'{name}/{version} (+{homepage})'
docs/changelog.rst
@@ -6,6 +6,14 @@ Changelog
6
7
Here you can see the full list of changes between each Authlib release.
8
9
+Version 1.4.1
10
+-------------
11
+
12
+**Released on Jan 28, 2025**
13
14
+- Improve garbage collection on OAuth clients. :issue:`698`
15
+- Fix client parameters for httpx. :issue:`694`
16
17
Version 1.4.0
18
-------------
19
0 commit comments