Skip to content

Commit 4d9f02d

Browse files
authored
Replace deprecated typer-slim with typer (#337)
1 parent 0fc1fbd commit 4d9f02d

File tree

2 files changed

+19
-14
lines changed

2 files changed

+19
-14
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ classifiers = [
2727
requires-python = ">=3.10"
2828
dependencies = [
2929
"rich",
30-
"typer-slim[standard]"
30+
"typer",
3131
]
3232

3333
[project.urls]

uv.lock

Lines changed: 18 additions & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)