Skip to content

Commit 9f17a27

Browse files
SergioChanskrawcz
authored andcommitted
fix(cli): require typer version with click 8.3 help compatibility
1 parent 015cfee commit 9f17a27

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ dependencies = [
5353
]
5454

5555
[project.optional-dependencies]
56-
cli = ["typer"]
56+
cli = ["typer>=0.16.0"]
5757
dask = ["dask[complete]"] # commonly you'll want everything.
5858
dask-array = ["dask[array]"]
5959
dask-dataframe = ["dask[dataframe]"]
@@ -125,7 +125,7 @@ test = [
125125
"PyYAML",
126126
"scikit-learn",
127127
"sqlalchemy[asyncio]",
128-
"typer",
128+
"typer>=0.16.0",
129129
"xgboost; python_version < '3.14'",
130130
"xlsx2csv", # for excel data loader
131131
"xlsxwriter", # Excel export requires 'xlsxwriter'

0 commit comments

Comments
 (0)