Skip to content

Commit 53d409b

Browse files
authored
Pin click to avoid incompatibility issues with Typer (#3051)
2 parents ede9109 + c057ce0 commit 53d409b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ dependencies = [
6161
"azure-mgmt-resource==23.0.1",
6262
"bcrypt==4.0.1",
6363
"boto3==1.34.63",
64+
"click<8.2.0", # Pinning click temporarily while https://github.com/fastapi/typer/discussions/1215 is resolved
6465
"cloudflare==2.11.7",
6566
"google-auth>=2.31.0,<3.0.0",
6667
"google-cloud-compute==1.19.1",

0 commit comments

Comments
 (0)