Commit 2aadb27
committed
Constrain click to <8.2 for typer 0.9.x compatibility
The Docker build runs `pip install -e .`, which ignores requirements.lock and
resolves click >=8.2. typer 0.9.x is incompatible with click >=8.2 and raises
"TypeError: Secondary flag is not valid for non-boolean flag" at CLI startup,
so `docker compose up` fails on a fresh Docker install (CI is unaffected
because `rye sync` uses the lockfile).
Fixes #341
Fixes #3481 parent fd34bda commit 2aadb27
1 file changed
Lines changed: 5 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
25 | 30 | | |
26 | 31 | | |
27 | 32 | | |
| |||
0 commit comments