From f13aa38b212c9cdfdc9c7fba6a26629fc845a681 Mon Sep 17 00:00:00 2001 From: Tuana Celik Date: Thu, 22 Feb 2024 18:15:03 +0100 Subject: [PATCH] pin deepeval version --- 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 692e15270..d859ef076 100644 --- a/integrations/deepeval/pyproject.toml +++ b/integrations/deepeval/pyproject.toml @@ -21,7 +21,7 @@ classifiers = [ "Programming Language :: Python :: Implementation :: CPython", "Programming Language :: Python :: Implementation :: PyPy", ] -dependencies = ["haystack-ai", "deepeval>=0.20"] +dependencies = ["haystack-ai", "deepeval==0.20"] [project.urls] Source = "https://github.com/deepset-ai/haystack-core-integrations/tree/main/integrations/deepeval"