From 49fb84c546528bc48e1ae8aded070056fecfa70e Mon Sep 17 00:00:00 2001 From: anakin87 Date: Wed, 13 Nov 2024 10:13:59 +0100 Subject: [PATCH] again --- integrations/deepeval/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/integrations/deepeval/pyproject.toml b/integrations/deepeval/pyproject.toml index 0fd742a6b..f61ac7d1a 100644 --- a/integrations/deepeval/pyproject.toml +++ b/integrations/deepeval/pyproject.toml @@ -22,7 +22,7 @@ classifiers = [ "Programming Language :: Python :: Implementation :: CPython", "Programming Language :: Python :: Implementation :: PyPy", ] -dependencies = ["haystack-ai", "deepeval==0.20.57", "pydantic<2"] +dependencies = ["haystack-ai", "deepeval==0.20.57", "langchain<0.2"] [project.urls] Source = "https://github.com/deepset-ai/haystack-core-integrations/tree/main/integrations/deepeval"