Skip to content

Type checks started failing on our codebase with v4.4 #514

Closed
@lorinkoz

Description

@lorinkoz

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:

Screenshot 2023-08-18 at 08 53 26

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugThis points to a verified bug in the code

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions