You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 5, 2026. It is now read-only.
When running nuanced init . in a repository, I get the following exception:
Traceback (most recent call last):
File "/home/user/.local/bin/nuanced", line 4, in <module>
from nuanced import cli
File "/home/user/.local/share/uv/tools/nuanced/lib/python3.13/site-packages/nuanced/cli.py", line 12, in <module>
typer.rich_utils.STYLE_NEGATIVE_SWITCH = "bold indian_red"
^^^^^^^^^^^^^^^^
AttributeError: module 'typer' has no attribute 'rich_utils'
This is due to Typer switching to dynamically importing rich as described in fastapi/typer#1285 . They suggest to fix it by importing typer.rich_utils explicitly which also works here.
When running
nuanced init .in a repository, I get the following exception:This is due to Typer switching to dynamically importing rich as described in fastapi/typer#1285 . They suggest to fix it by importing
typer.rich_utilsexplicitly which also works here.Version info: