From 7a6556f8416402910f0b76173acd024544cf16bb Mon Sep 17 00:00:00 2001 From: Madeesh Kannan Date: Fri, 23 Feb 2024 10:33:55 +0100 Subject: [PATCH] build: Pin `ragas` dependency to `0.1.1` (#476) --- integrations/ragas/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/integrations/ragas/pyproject.toml b/integrations/ragas/pyproject.toml index 641be9813..080dc68e4 100644 --- a/integrations/ragas/pyproject.toml +++ b/integrations/ragas/pyproject.toml @@ -21,7 +21,7 @@ classifiers = [ "Programming Language :: Python :: Implementation :: CPython", "Programming Language :: Python :: Implementation :: PyPy", ] -dependencies = ["haystack-ai>=2.0.0b6", "ragas>=0.1.0rc1"] +dependencies = ["haystack-ai>=2.0.0b6", "ragas==0.1.1"] [project.urls] Source = "https://github.com/deepset-ai/haystack-core-integrations/tree/main/integrations/ragas"