From 892ce1f04786451460d5e307b015d618fa16ae2e Mon Sep 17 00:00:00 2001 From: Vladimir Blagojevic Date: Thu, 27 Jun 2024 13:44:25 +0200 Subject: [PATCH] Update deps to use haystack core integrations --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 5b605365..18e284c6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -51,8 +51,8 @@ extra-dependencies = [ # OpenAPI dependencies "jsonref", # OpenAPI tests - "cohere", - "anthropic", + "cohere-haystack", + "anthropic-haystack", "fastapi", ]