Skip to content

SDK regeneration - #819

Closed
fern-api[bot] wants to merge 1 commit into
masterfrom
fern-bot/2026-04-09T15-24Z
Closed

SDK regeneration#819
fern-api[bot] wants to merge 1 commit into
masterfrom
fern-bot/2026-04-09T15-24Z

[fern-generated] Update SDK

3419041
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / CodeQL succeeded Apr 30, 2026 in 4s

3 new alerts

New alerts in code changed by this pull request

  • 3 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 83 in src/auth0/management/events/raw_client.py

See this annotation in the file changed.

Code scanning / CodeQL

Testing equality to None Note

Testing for None should use the 'is' operator.

Check notice on line 247 in src/auth0/management/events/raw_client.py

See this annotation in the file changed.

Code scanning / CodeQL

Testing equality to None Note

Testing for None should use the 'is' operator.

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

See this annotation in the file changed.

Code scanning / CodeQL

Unused import Note

Import of 'FlowActionFlow' is not used.