From c045882babc7d06a5422ffd6d9053c0d4aee8b49 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 6 Feb 2026 23:16:30 -0600 Subject: [PATCH] [stubsabot] Bump Authlib to 1.6.7 (#15382) Release: https://pypi.org/pypi/Authlib/1.6.7 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.6.6...v1.6.7 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. - 5 files included in typeshed's stubs have been modified or renamed: `authlib/consts.py`, `authlib/jose/__init__.py`, `authlib/oauth2/rfc9101/authorization_server.py`, `authlib/oidc/core/grants/util.py`, `authlib/oidc/core/userinfo.py`. - Total lines of Python code added: 37. - Total lines of Python code deleted: 12. 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 Co-authored-by: stubsabot <> --- 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 16f55ee72..b08e8df40 100644 --- a/stubs/Authlib/METADATA.toml +++ b/stubs/Authlib/METADATA.toml @@ -1,3 +1,3 @@ -version = "1.6.6" +version = "1.6.7" upstream_repository = "https://github.com/authlib/authlib" requires = ["cryptography"]