From 2611ff75a8b0b09600415489ee157c8cbadf33c9 Mon Sep 17 00:00:00 2001 From: stubsabot <> Date: Thu, 5 Feb 2026 00:22:21 +0000 Subject: [PATCH] [stubsabot] Bump auth0-python to 5.0.* Release: https://pypi.org/pypi/auth0-python/5.0.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.10.0...5.0.0 Stubsabot analysis of the diff between the two releases: - 159 public Python files have been added. - 38 files included in typeshed's stubs have been deleted. - 0 files included in typeshed's stubs have been modified or renamed. - Total lines of Python code added: 10253. - Total lines of Python code deleted: 11038. 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 4e1606df7422..9f9388f408ec 100644 --- a/stubs/auth0-python/METADATA.toml +++ b/stubs/auth0-python/METADATA.toml @@ -1,3 +1,3 @@ -version = "4.10.*" +version = "5.0.*" upstream_repository = "https://github.com/auth0/auth0-python" requires = ["cryptography", "types-requests"]