Skip to content

[stubsabot] Bump auth0-python to 5.2.*#14697

Draft
github-actions[bot] wants to merge 1 commit intomainfrom
stubsabot/auth0-python
Draft

[stubsabot] Bump auth0-python to 5.2.*#14697
github-actions[bot] wants to merge 1 commit intomainfrom
stubsabot/auth0-python

Conversation

@github-actions
Copy link
Copy Markdown
Contributor

@github-actions github-actions bot commented Sep 12, 2025

Release: https://pypi.org/pypi/auth0-python/5.2.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: auth0/auth0-python@4.10.0...5.2.0

Stubsabot analysis of the diff between the two releases:

  • 158 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: 10371.
  • Total lines of Python code deleted: 11045.

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

@github-actions github-actions bot added the bot: stubsabot 🤖 Third-party stub updates by stubsabot 🤖 label Sep 12, 2025
@AlexWaygood AlexWaygood reopened this Sep 12, 2025
donbarbos added a commit to donbarbos/typeshed that referenced this pull request Sep 12, 2025
@github-actions github-actions bot changed the title [stubsabot] Bump auth0-python to 4.11.* [stubsabot] Bump auth0-python to 4.12.* Sep 16, 2025
@github-actions github-actions bot changed the title [stubsabot] Bump auth0-python to 4.12.* [stubsabot] Bump auth0-python to 4.13.* Sep 18, 2025
@github-actions github-actions bot changed the title [stubsabot] Bump auth0-python to 4.13.* [stubsabot] Bump auth0-python to 5.0.* Feb 5, 2026
@JelleZijlstra JelleZijlstra force-pushed the stubsabot/auth0-python branch from c69d757 to 2611ff7 Compare February 5, 2026 00:22
@github-actions github-actions bot changed the title [stubsabot] Bump auth0-python to 5.0.* [stubsabot] Bump auth0-python to 5.1.* Feb 12, 2026
@brianschubert brianschubert marked this pull request as draft February 15, 2026 18:17
@JelleZijlstra JelleZijlstra force-pushed the stubsabot/auth0-python branch from a91307e to 4792833 Compare March 31, 2026 00:25
@github-actions github-actions bot changed the title [stubsabot] Bump auth0-python to 5.1.* [stubsabot] Bump auth0-python to 5.2.* Mar 31, 2026
Release: https://pypi.org/pypi/auth0-python/5.2.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: auth0/auth0-python@4.10.0...5.2.0

Stubsabot analysis of the diff between the two releases:
 - 158 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: 10371.
 - Total lines of Python code deleted: 11045.

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
@JelleZijlstra JelleZijlstra force-pushed the stubsabot/auth0-python branch from 4792833 to 38ce939 Compare April 2, 2026 00:23
@StephenWithPH
Copy link
Copy Markdown

@JelleZijlstra ... forgive me for the silly questions on this PR. I'm not fully-versed in the nuance of how Python type hints usually "just work".

The auth0-python authors keep fixing typing bugs, but PyCharm keeps landing back on these typeshed stubs.

I stumbled upon this PR after digging into why these type-related auth0-python issues did not get solved by merged PRs in that repo:

Given the apparent work in auth0-python to properly support type hints, are these stubs still even needed?

https://github.com/auth0/auth0-python/blob/5.2.0/src/auth0/management/py.typed
https://github.com/auth0/auth0-python/blob/5.2.0/src/auth0/management/__init__.py
https://github.com/auth0/auth0-python/blob/5.2.0/src/auth0/__init__.py

@srittau
Copy link
Copy Markdown
Collaborator

srittau commented Apr 4, 2026

The auth0-python authors keep fixing typing bugs, but PyCharm keeps landing back on these typeshed stubs.

auth0-python does not seem to ship a py.typed file, meaning that their type annotations are ignored by type checkers. Once they decide to ship such a file, our stub removal process kicks in.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bot: stubsabot 🤖 Third-party stub updates by stubsabot 🤖

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants