[stubsabot] Mark auth0-python as obsolete since 5.4.0#14697
[stubsabot] Mark auth0-python as obsolete since 5.4.0#14697github-actions[bot] wants to merge 1 commit intomainfrom
Conversation
2ff447b to
37ca805
Compare
37ca805 to
c69d757
Compare
c69d757 to
2611ff7
Compare
2611ff7 to
a91307e
Compare
a91307e to
4792833
Compare
4792833 to
38ce939
Compare
|
@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 I stumbled upon this PR after digging into why these type-related
Given the apparent work in https://github.com/auth0/auth0-python/blob/5.2.0/src/auth0/management/py.typed |
|
d786e7b to
6c3b6de
Compare
## Changes - Adds a `py.typed` marker at the root package level (`src/auth0/py.typed`). The marker previously only existed under `src/auth0/management/`, causing IDEs like PyCharm to fall back to outdated [typeshed stubs](python/typeshed#14697) and report unresolved imports for `ManagementClient`, `ApiError`, and other classes. A root-level marker signals IDEs to use the package's own inline types instead. Closes #824 Related: #804, #793
Release: https://pypi.org/pypi/auth0-python/5.4.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.4.0
6c3b6de to
5d5c156
Compare
Release: https://pypi.org/pypi/auth0-python/5.4.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.4.0