Skip to content

Commit 1330293

Browse files
authored
Update typer-slim dependency to typer (#289)
Hi! Just a quick heads-up that we've removed support for `typer-slim`. From v0.22.0 onwards, `typer-slim` will be the same as `typer`, with external requirements `shellingham` and `rich` installed by default, see fastapi/typer#1522. I saw that `rich` is already an external dependency of this library so this should have little influence. `huggingface-hub` has also switched to using `typer` instead of `typer-slim`. Let me know if you have any questions/concerns! Signed-off-by: Sofie Van Landeghem <svlandeg@users.noreply.github.com>
1 parent 2847baa commit 1330293

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ dependencies = [
5151
"torch<2.10.0",
5252
"tqdm",
5353
"transformers<5.0.0",
54-
"typer-slim>=0.12.0",
54+
"typer>=0.12.0",
5555
]
5656

5757
[project.optional-dependencies]

0 commit comments

Comments
 (0)