Skip to content

Commit 566a7be

Browse files
authored
put lower bound on typer to use literal type (#1042)
1 parent 31433cc commit 566a7be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ dependencies = [
6868
"numpy>=2", # pinned to avoid incompatibilities
6969
"hf-xet>=1.1.8", # pinned to avoid failing test suite
7070
# Prettiness
71-
"typer",
71+
"typer>=0.20.0",
7272
"termcolor==2.3.0",
7373
"pytablewriter",
7474
"rich",

0 commit comments

Comments
 (0)