#1146635 harlequin requires a much newer version of python3-rich-click

#1146635#5
Date:
2026-09-04 03:12:38 UTC
From:
To:
Dear Maintainer,

This version of harlequin requires version 1.9.8 of the rich-click
package.  Unfortunately, the currently packaged version in Debian
unstable is 1.6.0.  Running 'harlequin' fails with an error:

$ harlequin
Traceback (most recent call last):
  File "/usr/bin/harlequin", line 5, in <module>
    from harlequin.cli import harlequin
  File "/usr/lib/python3/dist-packages/harlequin/cli.py", line 11, in <module>
    from rich_click.utils import OptionGroupDict
ModuleNotFoundError: No module named 'rich_click.utils'


As far as I can tell from the git logs, harlequin has always required
a newer version since it added the dependency on rich-click 1.7.1
in harlequin version 1.4.1.