From eacd7f7eb7e15f14c324a637c27c77c1976036b6 Mon Sep 17 00:00:00 2001 From: stubsabot <> Date: Fri, 4 Jul 2025 00:16:08 +0000 Subject: [PATCH] [stubsabot] Bump Authlib to ~=1.6.0 Release: https://pypi.org/pypi/Authlib/1.6.0 Repository: https://github.com/lepture/authlib Typeshed stubs: https://github.com/python/typeshed/tree/main/stubs/Authlib Diff: https://github.com/lepture/authlib/compare/v1.5.2...v1.6.0 Stubsabot analysis of the diff between the two releases: - 7 public Python files have been added: `authlib/oauth2/rfc6749/hooks.py`, `authlib/oauth2/rfc9101/__init__.py`, `authlib/oauth2/rfc9101/authorization_server.py`, `authlib/oauth2/rfc9101/discovery.py`, `authlib/oauth2/rfc9101/errors.py`, `authlib/oauth2/rfc9101/registration.py`, `authlib/oidc/core/userinfo.py`. - 0 files included in typeshed's stubs have been deleted. - 35 files included in typeshed's stubs have been modified or renamed. - Total lines of Python code added: 4352. - Total lines of Python code deleted: 2928. 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 8fbed7859613..76e16a840a20 100644 --- a/stubs/Authlib/METADATA.toml +++ b/stubs/Authlib/METADATA.toml @@ -1,4 +1,4 @@ -version = "~= 1.5.2" +version = "~=1.6.0" upstream_repository = "https://github.com/lepture/authlib" requires = ["cryptography"] partial_stub = true