Description
Checklist
- I have looked into the Readme and Examples, and have not found a suitable solution or answer.
- I have looked into the API documentation and have not found a suitable solution or answer.
- I have searched the issues and have not found a suitable solution or answer.
- I have searched the Auth0 Community forums and have not found a suitable solution or answer.
- I agree to the terms within the Auth0 Code of Conduct.
Description
No complaints on v4.3, automatic upgrade PR on v4.4 fails like this:

Example of the code:
import auth0.management as _management
token = get_token_from_somewhere()
auth0 = _management.Auth0(API_DOMAIN, token)
users = auth0.users_by_email.search_users_by_email(...)
Reproduction
[Nothing useful to add here]
Additional context
No response
auth0-python version
4.4
Python version
3.11