From 087d1c507cfc8e6a680309e4250aae18e0b37384 Mon Sep 17 00:00:00 2001 From: Bharat Ramanathan Date: Mon, 24 Feb 2025 15:33:36 +0530 Subject: [PATCH] chore: add weave dependency to the api backend --- api/pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/api/pyproject.toml b/api/pyproject.toml index 4a881a3e28..ae5c1b15f4 100644 --- a/api/pyproject.toml +++ b/api/pyproject.toml @@ -75,6 +75,7 @@ tokenizers = "~0.15.0" transformers = "~4.35.0" unstructured = { version = "~0.16.1", extras = ["docx", "epub", "md", "msg", "ppt", "pptx"] } validators = "0.21.0" +weave = "~0.51.34" yarl = "~1.18.3" # Before adding new dependency, consider place it in alphabet order (a-z) and suitable group.