From 7dc0db48025e8f9c70bc692aa0746c29688a0f12 Mon Sep 17 00:00:00 2001 From: pavsoss Date: Sun, 12 Jul 2026 17:30:08 +0530 Subject: [PATCH] chore: remove typer[all] extra, add shellingham explicitly --- pyproject.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 80993f66..2efe5e15 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -32,8 +32,9 @@ dependencies = [ "redis[hiredis]>=5.3.0", "celery[redis]>=5.5.0", "httpx>=0.28.0", - "typer[all]>=0.12.0", + "typer>=0.12.0", "rich>=13.9.0", + "shellingham>=1.5.0", "python-multipart>=0.0.12", "mcp>=1.0.0", "prometheus-client>=0.21.0",