Commit 946b7de
committed
fix: Add top-level
The `py.typed` marker only existed under `auth0/management/`, causing
IDEs like PyCharm to fall back to outdated typeshed stubs and report
unresolved imports for `ManagementClient`, `ApiError`, and other classes.
Adding a root-level marker signals IDEs to use the package's own inline
types instead.
Closes #824py.typed marker to resolve IDE import errors1 parent de316f0 commit 946b7de
1 file changed
Whitespace-only changes.
0 commit comments