We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b1e069 commit db8a91cCopy full SHA for db8a91c
docs/changelog.rst
@@ -1,6 +1,11 @@
1
Changelog
2
=========
3
4
+Version 4.20.3
5
+--------------
6
+This patch version includes:
7
+ - Update of ``authlib`` dependency
8
+
9
Version 4.20.2
10
--------------
11
This patch version includes:
requirements-devel.txt
@@ -1,6 +1,6 @@
httpx==0.26.0
validators==0.34.0
-authlib==1.6.6
+authlib==1.6.9
grpcio==1.75.1
grpcio-tools==1.75.1
grpcio-health-checking==1.75.1
setup.cfg
@@ -36,7 +36,7 @@ include_package_data = True
36
install_requires =
37
httpx>=0.26.0,<0.29.0
38
validators>=0.34.0,<1.0.0
39
- authlib>=1.6.5,<2.0.0
+ authlib>=1.6.7,<2.0.0
40
pydantic>=2.12.0,<3.0.0
41
grpcio>=1.59.5,<1.80.0
42
protobuf>=4.21.6,<7.0.0
0 commit comments