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
If it fixes the import issue, a PR would be appreciated. This isn't part of the code that I've worked with much, so it will probably be at least a month until we're able to get it reviewed.
Description
With rich_click 1.8.2 I get the following error:
ImportError: cannot import name 'OptionHighlighter' from 'rich_click.rich_click' (/opt/homebrew/lib/python3.9/site-packages/rich_click/rich_click.py)
This appears to be depreciated ewels/rich-click@0ab5aea
How to reproduce the issue
Install iga from scratch and type
iga -s https://127.0.0.1:5000 https://github.com/mhucka/taupe/releases/tag/v1.2.0
Immediate solution is to pin rich_click to under 1.7.4
The text was updated successfully, but these errors were encountered: