Skip to content

Merge v5 branch into master – Auth0 Python SDK v5.0.0 - #768

Merged
kishore7snehil merged 6 commits into
masterfrom
v5
Jan 27, 2026
Merged

Merge v5 branch into master – Auth0 Python SDK v5.0.0#768
kishore7snehil merged 6 commits into
masterfrom
v5

chore: remove v5-specific workflow files

3225551
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / CodeQL failed Jan 22, 2026 in 5s

40 new alerts including 3 errors

New alerts in code changed by this pull request

  • 3 errors
  • 37 notes

Alerts not introduced by this pull request might have been detected because the code changes were too large.

See annotations below for details.

View all branch alerts.

Annotations

Check failure on line 90 in tests/authentication/test_back_channel_login.py

See this annotation in the file changed.

Code scanning / CodeQL

Wrong number of arguments in a call Error test

Call to
method BackChannelLogin.back_channel_login
with too few arguments; should be no fewer than 3.

Check failure on line 76 in tests/authentication/test_back_channel_login.py

See this annotation in the file changed.

Code scanning / CodeQL

Wrong number of arguments in a call Error test

Call to
method BackChannelLogin.back_channel_login
with too few arguments; should be no fewer than 3.

Check failure on line 62 in tests/authentication/test_back_channel_login.py

See this annotation in the file changed.

Code scanning / CodeQL

Wrong number of arguments in a call Error test

Call to
method BackChannelLogin.back_channel_login
with too few arguments; should be no fewer than 3.

Check failure on line 28 in src/auth0/management/types/flow_action_flow_boolean_condition_params.py

See this annotation in the file changed.

Code scanning / CodeQL

Module-level cyclic import Error

'FlowActionFlow' may not be defined if module
auth0.management.types.flow_action_flow
is imported before module
auth0.management.types.flow_action_flow_boolean_condition_params
, as the
definition
of FlowActionFlow occurs after the cyclic
import
of auth0.management.types.flow_action_flow_boolean_condition_params.

Check failure on line 27 in src/auth0/management/types/flow_action_flow_boolean_condition_params.py

See this annotation in the file changed.

Code scanning / CodeQL

Module-level cyclic import Error

'FlowAction' may not be defined if module
auth0.management.types.flow_action
is imported before module
auth0.management.types.flow_action_flow_boolean_condition_params
, as the
definition
of FlowAction occurs after the cyclic
import
of auth0.management.types.flow_action_flow_boolean_condition_params.

Check failure on line 31 in src/auth0/management/types/flow_action_flow_boolean_condition.py

See this annotation in the file changed.

Code scanning / CodeQL

Module-level cyclic import Error

'FlowActionFlow' may not be defined if module
auth0.management.types.flow_action_flow
is imported before module
auth0.management.types.flow_action_flow_boolean_condition
, as the
definition
of FlowActionFlow occurs after the cyclic
import
of auth0.management.types.flow_action_flow_boolean_condition.

Check failure on line 30 in src/auth0/management/types/flow_action_flow_boolean_condition.py

See this annotation in the file changed.

Code scanning / CodeQL

Module-level cyclic import Error

'FlowAction' may not be defined if module
auth0.management.types.flow_action
is imported before module
auth0.management.types.flow_action_flow_boolean_condition
, as the
definition
of FlowAction occurs after the cyclic
import
of auth0.management.types.flow_action_flow_boolean_condition.

Check failure on line 33 in src/auth0/management/types/flow_action.py

See this annotation in the file changed.

Code scanning / CodeQL

Module-level cyclic import Error

'FlowActionFlow' may not be defined if module
auth0.management.types.flow_action_flow
is imported before module
auth0.management.types.flow_action
, as the
definition
of FlowActionFlow occurs after the cyclic
import
of auth0.management.types.flow_action.

Check failure on line 41 in src/auth0/management/core/http_response.py

See this annotation in the file changed.

Code scanning / CodeQL

Missing call to superclass `__init__` during object initialization Error

This class does not call
BaseHttpResponse.__init__
during initialization. (
AsyncHttpResponse.__init__
may be missing a call to a base class __init__)

Check failure on line 18 in src/auth0/authentication/rest.py

See this annotation in the file changed.

Code scanning / CodeQL

Module-level cyclic import Error

'RequestsResponse' may not be defined if module
auth0.authentication.rest_async
is imported before module
auth0.authentication.rest
, as the
definition
of RequestsResponse occurs after the cyclic
import
of auth0.authentication.rest.

Check failure on line 11 in src/auth0/authentication/rest_async.py

See this annotation in the file changed.

Code scanning / CodeQL

Module-level cyclic import Error

'EmptyResponse' may not be defined if module
auth0.authentication.rest
is imported before module
auth0.authentication.rest_async
, as the
definition
of EmptyResponse occurs after the cyclic
import
of auth0.authentication.rest_async.

Check failure on line 11 in src/auth0/authentication/rest_async.py

See this annotation in the file changed.

Code scanning / CodeQL

Module-level cyclic import Error

'JsonResponse' may not be defined if module
auth0.authentication.rest
is imported before module
auth0.authentication.rest_async
, as the
definition
of JsonResponse occurs after the cyclic
import
of auth0.authentication.rest_async.

Check failure on line 11 in src/auth0/authentication/rest_async.py

See this annotation in the file changed.

Code scanning / CodeQL

Module-level cyclic import Error

'PlainResponse' may not be defined if module
auth0.authentication.rest
is imported before module
auth0.authentication.rest_async
, as the
definition
of PlainResponse occurs after the cyclic
import
of auth0.authentication.rest_async.

Check failure on line 11 in src/auth0/authentication/rest_async.py

See this annotation in the file changed.

Code scanning / CodeQL

Module-level cyclic import Error

'Response' may not be defined if module
auth0.authentication.rest
is imported before module
auth0.authentication.rest_async
, as the
definition
of Response occurs after the cyclic
import
of auth0.authentication.rest_async.

Check failure on line 11 in src/auth0/authentication/rest_async.py

See this annotation in the file changed.

Code scanning / CodeQL

Module-level cyclic import Error

'RestClient' may not be defined if module
auth0.authentication.rest
is imported before module
auth0.authentication.rest_async
, as the
definition
of RestClient occurs after the cyclic
import
of auth0.authentication.rest_async.

Check failure on line 24 in src/auth0/management/core/http_response.py

See this annotation in the file changed.

Code scanning / CodeQL

Missing call to superclass `__init__` during object initialization Error

This class does not call
BaseHttpResponse.__init__
during initialization. (
HttpResponse.__init__
may be missing a call to a base class __init__)

Check notice on line 19 in src/auth0/management/core/pydantic_utilities.py

See this annotation in the file changed.

Code scanning / CodeQL

Unused import Note

Import of 'is_literal_type' is not used.

Check notice on line 29 in src/auth0/management/types/flow_action_flow_boolean_condition_params.py

See this annotation in the file changed.

Code scanning / CodeQL

Cyclic import Note

Import of module
auth0.management.types.flow_action_flow_boolean_condition
begins an import cycle.

Check notice on line 2 in tests/authentication/test_back_channel_login.py

See this annotation in the file changed.

Code scanning / CodeQL

Module is imported with 'import' and 'import from' Note test

Module 'unittest' is imported with both 'import' and 'import from'.

Check notice on line 7 in tests/authentication/test_back_channel_login.py

See this annotation in the file changed.

Code scanning / CodeQL

Unused import Note test

Import of 'RateLimitError' is not used.

Check notice on line 13 in src/auth0/management/core/pydantic_utilities.py

See this annotation in the file changed.

Code scanning / CodeQL

Unused import Note

Import of 'parse_date' is not used.

Check notice on line 56 in src/auth0/management/core/http_sse/_decoders.py

See this annotation in the file changed.

Code scanning / CodeQL

Empty except Note

'except' clause does nothing but pass and there is no explanatory comment.

Check notice on line 4 in tests/authentication/test_base.py

See this annotation in the file changed.

Code scanning / CodeQL

Module is imported with 'import' and 'import from' Note test

Module 'unittest' is imported with both 'import' and 'import from'.

Check notice on line 7 in tests/authentication/test_base.py

See this annotation in the file changed.

Code scanning / CodeQL

Unused import Note test

Import of 'requests' is not used.

Check notice on line 323 in tests/authentication/test_base.py

See this annotation in the file changed.

Code scanning / CodeQL

Commented-out code Note test

This comment appears to contain commented-out code.