From 69c9d0ef9b6131eee8cc2d87bfdb67943a4cb63f Mon Sep 17 00:00:00 2001 From: stubsabot <> Date: Mon, 31 Aug 2026 00:26:08 +0000 Subject: [PATCH] [stubsabot] Bump Authlib to 1.8.0 Release: https://pypi.org/pypi/Authlib/1.8.0 Repository: https://github.com/authlib/authlib Typeshed stubs: https://github.com/python/typeshed/tree/main/stubs/Authlib Diff: https://github.com/authlib/authlib/compare/v1.7.2...v1.8.0 Stubsabot analysis of the diff between the two releases: - 0 public Python files have been added. - 0 files included in typeshed's stubs have been deleted. - 22 files included in typeshed's stubs have been modified or renamed. - Total lines of Python code added: 1014. - Total lines of Python code deleted: 101. If stubtest fails for this PR: - Leave this PR open (as a reminder, and to prevent stubsabot from opening another PR) - Fix stubtest failures in another PR, then close this PR Note that you will need to close and re-open the PR in order to trigger CI --- stubs/Authlib/METADATA.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stubs/Authlib/METADATA.toml b/stubs/Authlib/METADATA.toml index 6a322fd7f4d3..d13893e6c85d 100644 --- a/stubs/Authlib/METADATA.toml +++ b/stubs/Authlib/METADATA.toml @@ -1,3 +1,3 @@ -version = "1.7.2" +version = "1.8.0" upstream-repository = "https://github.com/authlib/authlib" dependencies = ["cryptography"]