Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ENG-4130] Disable typer/rich integration appropriately #4412

Merged
merged 1 commit into from
Nov 21, 2024

Conversation

masenf
Copy link
Collaborator

@masenf masenf commented Nov 21, 2024

The rich module should be set to None, indicating that rich should not be used.

Setting it to False worked before, but recently added code in typer fails when checking if rich is not None.

ref: fastapi/typer#847
fix #4400

The `rich` module should be set to `None`, indicating that rich should not be used.

Setting it to `False` worked before, but recently added code in typer fails
when checking `if rich is not None`.

ref: fastapi/typer#847
Copy link

linear bot commented Nov 21, 2024

@Lendemor Lendemor merged commit 4571524 into main Nov 21, 2024
32 checks passed
@Lendemor Lendemor deleted the masenf/disable-rich-better branch November 21, 2024 12:11
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.

Execution of reflex run --help crashes
3 participants