From 1bb8a3a86c6f95f6193c03084cd4e979e83152aa Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 29 Dec 2024 17:16:55 -0800 Subject: [PATCH] [stubsabot] Bump Authlib to 1.4.* (#13329) Release: https://pypi.org/pypi/Authlib/1.4.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.3.2...v1.4.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. - 5 files included in typeshed's stubs have been modified or renamed: `authlib/consts.py`, `authlib/jose/rfc7517/key_set.py`, `authlib/oauth2/rfc9068/introspection.py`, `authlib/oauth2/rfc9068/revocation.py`, `authlib/oidc/core/grants/util.py`. - Total lines of Python code added: 90. - Total lines of Python code deleted: 13. --- 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 f194722e0..d45cede42 100644 --- a/stubs/Authlib/METADATA.toml +++ b/stubs/Authlib/METADATA.toml @@ -1,4 +1,4 @@ -version = "1.3.*" +version = "1.4.*" upstream_repository = "https://github.com/lepture/authlib" requires = ["cryptography"] partial_stub = true