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"