From 422295dcc912416097fdb97f28723424aa6b1b86 Mon Sep 17 00:00:00 2001 From: stubsabot <> Date: Fri, 4 Apr 2025 00:14:38 +0000 Subject: [PATCH] [stubsabot] Bump auth0-python to 4.9.* Release: https://pypi.org/pypi/auth0-python/4.9.0 Homepage: https://auth0.com Repository: https://github.com/auth0/auth0-python Typeshed stubs: https://github.com/python/typeshed/tree/main/stubs/auth0-python Diff: https://github.com/auth0/auth0-python/compare/4.8.1...4.9.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. - 3 files included in typeshed's stubs have been modified or renamed: `auth0/authentication/back_channel_login.py`, `auth0/authentication/get_token.py`, `auth0/management/users.py`. - Total lines of Python code added: 204. - Total lines of Python code deleted: 2. 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/auth0-python/METADATA.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stubs/auth0-python/METADATA.toml b/stubs/auth0-python/METADATA.toml index 86faedcae1e1..8ef32734a656 100644 --- a/stubs/auth0-python/METADATA.toml +++ b/stubs/auth0-python/METADATA.toml @@ -1,3 +1,3 @@ -version = "4.8.*" +version = "4.9.*" upstream_repository = "https://github.com/auth0/auth0-python" requires = ["cryptography", "types-requests"]