Skip to content

🌿 Fern Regeneration -- February 3, 2026 - #772

Merged
kishore7snehil merged 1 commit into
masterfrom
fern-bot/2026-02-03T16-30Z
Feb 4, 2026
Merged

🌿 Fern Regeneration -- February 3, 2026#772
kishore7snehil merged 1 commit into
masterfrom
fern-bot/2026-02-03T16-30Z

SDK regeneration

81b088f
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / CodeQL succeeded Feb 3, 2026 in 7s

2 new alerts

New alerts in code changed by this pull request

  • 2 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 notice on line 142 in src/auth0/management/core/pydantic_utilities.py

See this annotation in the file changed.

Code scanning / CodeQL

First parameter of a method is not named 'self' Note

Normal methods should have 'self', rather than 'cls', as their first parameter.

Check notice on line 32 in src/auth0/management/types/flow_action_flow_boolean_condition.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_params
begins an import cycle.

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 45 in tests/conftest.py

See this annotation in the file changed.

Code scanning / CodeQL

Unused global variable Note test

The global variable '_STARTED' is not used.

Check notice on line 48 in tests/wire/conftest.py

See this annotation in the file changed.

Code scanning / CodeQL

Empty except Note test

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