Skip to content

Added a PEP 561 py.typed marker #687

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from
Draft

Conversation

Avasam
Copy link

@Avasam Avasam commented Apr 10, 2025

Changes

Added a PEP 561 py.typed marker. Letting type checkers know that this package is typed. (this will also start the 6-months deprecation period of https://pypi.org/project/types-auth0-python/ )

References

Closes #612

Testing

Check that the produced wheel / artefact includes a py.typed file. Simply running a local install and looking at your site-packages should do the trick.

  • [N/A] This change adds unit test coverage
  • [N/A] This change adds integration test coverage
  • This change has been tested on the latest version of the platform/language or why not

image

Checklist

Signed-off-by: Avasam <[email protected]>
@Avasam Avasam requested a review from a team as a code owner April 10, 2025 21:00
@Avasam Avasam changed the title Add a PEP 561 py.typed marker Added a PEP 561 py.typed marker Apr 10, 2025
@Avasam
Copy link
Author

Avasam commented Apr 12, 2025

I just saw #521 and #615
See my note in #678 (comment)

@Avasam Avasam marked this pull request as draft April 12, 2025 02:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Re-support - py.typed filed in the module
1 participant