Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[ENG-4130] Disable typer/rich integration appropriately
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
- Loading branch information