From b1f277cc3af218f2b66064199a21e31dfdfc9cff Mon Sep 17 00:00:00 2001 From: hafsatariq18 Date: Mon, 3 Feb 2025 16:37:44 +0530 Subject: [PATCH] chore: Add timeout-decorator dependency --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index a8d0b8c47..f1ef0c870 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,6 +13,7 @@ dependencies = [ "openai>=1.13.3", "litellm==1.59.8", "instructor>=1.3.3", + "timeout-decorator>=0.5.0", # Text Processing "pdfplumber>=0.11.4", "regex>=2024.9.11",