Commit f182694
authored
fix: Add top-level
## 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, #793py.typed marker to resolve IDE import errors (#829)1 parent 360322a commit f182694
2 files changed
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
20 | 20 | | |
| 21 | + | |
21 | 22 | | |
22 | 23 | | |
23 | 24 | | |
| |||
Whitespace-only changes.
0 commit comments