We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e99da2 commit b0e8a9fCopy full SHA for b0e8a9f
1 file changed
integrations/ragas/pyproject.toml
@@ -23,7 +23,7 @@ classifiers = [
23
"Programming Language :: Python :: Implementation :: CPython",
24
"Programming Language :: Python :: Implementation :: PyPy",
25
]
26
-dependencies = ["haystack-ai>=2.22.0", "ragas>=0.4.3", "langchain-community<0.4.2"]
+dependencies = ["haystack-ai>=2.22.0", "ragas>=0.4.3", "langchain-community>=0.3.0,<0.4.2"]
27
28
[project.urls]
29
Source = "https://github.com/deepset-ai/haystack-core-integrations/tree/main/integrations/ragas"
0 commit comments