Skip to content

Commit 5226359

Browse files
committed
Pin click version to fix typer breaking
1 parent c110a4d commit 5226359

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

pyproject.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,11 +54,12 @@ dev = [
5454
"pytest-cov",
5555
"pytest-mock",
5656
"coverage",
57-
"coveralls", # Do we really need this?
57+
"coveralls", # Do we really need this?
5858
"ruff",
5959
"mypy",
6060
"pyright==1.1.387",
61-
"typer[all]==0.12.5", # Needed for make.py
61+
"click==8.1.7", # Temp fix until we bump typer
62+
"typer==0.12.5", # Needed for make.py
6263
"wheel",
6364
]
6465
# Testing only

0 commit comments

Comments
 (0)