From 311de996af702539ff99b653763d30995b5c0984 Mon Sep 17 00:00:00 2001 From: stubsabot <> Date: Wed, 22 Jul 2026 00:29:06 +0000 Subject: [PATCH] [stubsabot] Bump Authlib to 1.7.2 Release: https://pypi.org/pypi/Authlib/1.7.2 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.1...v1.7.2 Stubsabot analysis of the diff between the two releases: - 1 public Python file has been added: `authlib/common/language.py`. - 0 files included in typeshed's stubs have been deleted. - 6 files included in typeshed's stubs have been modified or renamed: `authlib/consts.py`, `authlib/oauth2/rfc7523/assertion.py`, `authlib/oauth2/rfc7523/auth.py`, `authlib/oauth2/rfc8414/models.py`, `authlib/oidc/core/claims.py`, `authlib/oidc/discovery/models.py`. - Total lines of Python code added: 123. - Total lines of Python code deleted: 8. 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 d1caa2695ab4..6a322fd7f4d3 100644 --- a/stubs/Authlib/METADATA.toml +++ b/stubs/Authlib/METADATA.toml @@ -1,3 +1,3 @@ -version = "1.7.1" +version = "1.7.2" upstream-repository = "https://github.com/authlib/authlib" dependencies = ["cryptography"]