Skip to content

Commit e8d99e5

Browse files
chore: Remove management/__init__.py from .fernignore (auth0#834)
## Summary - Removes `src/auth0/management/__init__.py` from `.fernignore` so the Fern generator (5.8.4) can manage it directly - Generator version 5.8.4 includes the Replay fix for `__init__.py` handling ## Next steps After regeneration, a follow-up commit will restore custom wiring in `management/__init__.py`: - `TYPE_CHECKING` imports for `ManagementClient`, `AsyncManagementClient`, `CustomDomainHeader`, `TokenProvider`, `AsyncTokenProvider` - 5 `_dynamic_imports` entries for those classes - 3 `__all__` entries (`ManagementClient`, `AsyncManagementClient`, `CustomDomainHeader`) Replay will preserve these additions in future regenerations.
1 parent ffe61f6 commit e8d99e5

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.fernignore

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,8 @@ CHANGELOG.md
1616
src/auth0/authentication/
1717
tests/authentication/
1818

19-
# Root auth0 __init__.pys
19+
# Root auth0 __init__.py
2020
src/auth0/__init__.py
21-
src/auth0/management/__init__.py
2221

2322
# Telemetry customization (Auth0 format with dynamic versioning)
2423
src/auth0/management/core/client_wrapper.py

0 commit comments

Comments
 (0)