auth0-python icon indicating copy to clipboard operation
auth0-python copied to clipboard

Added a PEP 561 `py.typed` marker

Open Avasam opened this issue 8 months ago • 3 comments

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
  • [x] This change has been tested on the latest version of the platform/language or why not

image

Checklist

Avasam avatar Apr 10 '25 21:04 Avasam

I just saw https://github.com/auth0/auth0-python/pull/521 and https://github.com/auth0/auth0-python/issues/615 See my note in https://github.com/auth0/auth0-python/pull/678#issuecomment-2798399228

Avasam avatar Apr 12 '25 02:04 Avasam

@Avasam Are we good to pull this change or is it still work in progress?

kishore7snehil avatar Jun 04 '25 14:06 kishore7snehil

I do believe this is incorrect without https://github.com/auth0/auth0-python/issues/615 (I just wasn't aware of the full context back when I openned this)

Avasam avatar Jun 04 '25 22:06 Avasam