Commit 895a4a6
committed
fix(deps): declare typer explicitly in runtime dependencies
typer is imported by src/hyperi_ci/cli.py but was pulled in
transitively via hyperi-pylib's CLI infrastructure. Hidden coupling:
if pylib ever drops typer, hyperi-ci's CLI breaks silently with no
manifest change.
Adding `typer>=0.25` to [project] dependencies makes the dependency
explicit. Same version that resolves today; no functional change.
Surfaced by the Phase 2 upstream-health audit
(`/deps` workflow, 2026-05-13).1 parent a4f1b28 commit 895a4a6
2 files changed
Lines changed: 7 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
26 | 31 | | |
27 | 32 | | |
28 | 33 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments