From c1e0c374b4a7e453ab32eaf14942f8f4d59e082e Mon Sep 17 00:00:00 2001 From: Aleksandr Movchan Date: Mon, 18 Nov 2024 12:57:56 +0000 Subject: [PATCH] Update dependencies in pyproject.toml to include haystack-ai and adjust qdrant-haystack version constraint --- pyproject.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 507d0d35..0290e576 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,6 +30,7 @@ bitblas = "^0.0.1.dev15" bitsandbytes = "^0.42.0" decord = "^0.6.0" fastapi = ">=0.111.0" +haystack-ai = ">=2.1.0" hf-transfer = "^0.1.6" hqq = "^0.2.2" mobius-faster-whisper = ">=1.1.1" @@ -42,7 +43,7 @@ pydantic = ">=2.0" pydantic-settings = "^2.1.0" python-multipart = "^0.0.9" psycopg = {extras = ["binary"], version = "^3.2.1"} -qdrant-haystack = "^3.2.1" +qdrant-haystack = ">=3.2.0" ray = {extras = ["serve"], version = ">=2.20"} rapidfuzz = "^3.4.0" scipy = "^1.11.3"