Skip to content

chore: update auth0-python to v5.0.0#186

Merged
alek-thunder merged 1 commit intomainfrom
fix/auth0-update
Feb 9, 2026
Merged

chore: update auth0-python to v5.0.0#186
alek-thunder merged 1 commit intomainfrom
fix/auth0-update

Conversation

@srnbckr
Copy link
Contributor

@srnbckr srnbckr commented Feb 9, 2026

Description

Fixes a bug where installing the CLI with pip install --upgrade --force-reinstall git+https://github.com/exalsius/exalsius-cli.git@main could pull in auth0-python v5.0.0. v5 introduces breaking changes¹ from v4.x, which broke the CLI.

  • Explicitly depend on auth0-python>=5.0.0 and update auth adapter code for v5 (including the exceptions import path).
  • Add # type: ignore[reportMissingTypeStubs] on the auth0 exceptions import so pyright passes until type stubs support v5.

¹https://github.com/auth0/auth0-python/blob/master/v5_MIGRATION_GUIDE.md

Notes for Reviewers

@alek-thunder alek-thunder merged commit daa86c2 into main Feb 9, 2026
2 checks passed
@alek-thunder alek-thunder deleted the fix/auth0-update branch February 9, 2026 18:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants