Checklist
Description
It seems Fern configuration is missing management_client.py as a known export.
from auth0.management import ManagementClient
ManagementClient is not found.
Reproduction
- Install auth0-python through uv
from auth0.management import ManagementClient
ManagementClient is not found.
Additional context
Tested with Python 3.11 and 3.13, same result.
auth0-python version
5.1.0
Python version
3.13
Checklist
Description
It seems Fern configuration is missing
management_client.pyas a known export.from auth0.management import ManagementClientManagementClientis not found.Reproduction
from auth0.management import ManagementClientManagementClientis not found.Additional context
Tested with Python 3.11 and 3.13, same result.
auth0-python version
5.1.0
Python version
3.13