Skip to content

🌿 Fern Regeneration -- April 9, 2026 - #818

Closed
fern-api[bot] wants to merge 2 commits into
masterfrom
fern-bot/2026-04-09T11-17Z
Closed

🌿 Fern Regeneration -- April 9, 2026#818
fern-api[bot] wants to merge 2 commits into
masterfrom
fern-bot/2026-04-09T11-17Z

fix: Correctly format .version entry in .shiprc configuration

67fc277
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / CodeQL succeeded Apr 9, 2026 in 3s

4 new alerts

New alerts in code changed by this pull request

  • 4 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 56 in src/auth0/management/core/pydantic_utilities.py

See this annotation in the file changed.

Code scanning / CodeQL

Unused import Note

Import of 'get_origin' is not used.

Check notice on line 54 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 3 in tests/test_aiohttp_autodetect.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 91 in tests/test_aiohttp_autodetect.py

See this annotation in the file changed.

Code scanning / CodeQL

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

Module 'auth0.management._default_clients' is imported with both 'import' and 'import from'.