Skip to content

Commit c226005

Browse files
committed
Fix Click to version 8.1.8
DSH currently has Typer fixed to version 0.15.2. Typer has Click as a dependency, but Typer 0.15.2 doesn't fix the Click version. Installing Typer 0.15.2 therefore, by default, results in Click 8.2.0 being installed (the latest version of Click as of now). Unfortunately Typer 0.15.2 isn't compatible with Click 8.2.0. This change therefore fixes Click to 8.1.8 in order to retain compatibility. Without this fix, calling "dsh --help" on a clean install results in an error. Fixes #2439
1 parent ac18a11 commit c226005

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ dependencies = [
4242
"azure-storage-file-datalake==12.18.1",
4343
"azure-storage-file-share==12.20.1",
4444
"chevron==0.14.0",
45+
"click==8.1.8",
4546
"cryptography==44.0.2",
4647
"fqdn==1.5.1",
4748
"psycopg[binary]==3.1.19", # needed for installation on older MacOS versions

0 commit comments

Comments
 (0)