We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c02227 commit f28a535Copy full SHA for f28a535
1 file changed
integrations/ragas/pyproject.toml
@@ -25,7 +25,7 @@ classifiers = [
25
]
26
27
# langchain-community pinned due to https://github.com/vibrantlabsai/ragas/issues/2741
28
-dependencies = ["haystack-ai>=2.22.0", "ragas>=0.4.3", "langchain-community>=0.2.0,<0.4.2"]
+dependencies = ["haystack-ai>=2.22.0", "ragas>=0.4.3", "langchain-community>=0.3.9,<0.4.2"]
29
30
[project.urls]
31
Source = "https://github.com/deepset-ai/haystack-core-integrations/tree/main/integrations/ragas"
0 commit comments