Skip to content

Commit b0e8a9f

Browse files
committed
set lower pin for langchain community
1 parent 7e99da2 commit b0e8a9f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

integrations/ragas/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ classifiers = [
2323
"Programming Language :: Python :: Implementation :: CPython",
2424
"Programming Language :: Python :: Implementation :: PyPy",
2525
]
26-
dependencies = ["haystack-ai>=2.22.0", "ragas>=0.4.3", "langchain-community<0.4.2"]
26+
dependencies = ["haystack-ai>=2.22.0", "ragas>=0.4.3", "langchain-community>=0.3.0,<0.4.2"]
2727

2828
[project.urls]
2929
Source = "https://github.com/deepset-ai/haystack-core-integrations/tree/main/integrations/ragas"

0 commit comments

Comments
 (0)