From eccdac8f1375950b78ac70bae086472bd5a32c21 Mon Sep 17 00:00:00 2001 From: octo-patch Date: Tue, 21 Apr 2026 10:50:47 +0800 Subject: [PATCH] fix: pin click<8.2 to prevent CLI crash on startup (fixes #294) --- backend/pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/backend/pyproject.toml b/backend/pyproject.toml index 50cbed9f..54c82b97 100644 --- a/backend/pyproject.toml +++ b/backend/pyproject.toml @@ -78,6 +78,7 @@ dependencies = [ "sendgrid==6.11.0", "resend==2.6.0", "typer[all]==0.9.0", + "click<8.2", "psutil>=7.0.0", ]