Skip to content

Commit 0112800

Browse files
Update dependency langchain to v1
Signed-off-by: konflux-internal-p02 <170854209+konflux-internal-p02[bot]@users.noreply.github.com>
1 parent d8656ca commit 0112800

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ where = ["src"]
3535

3636
[project.optional-dependencies]
3737
inline = [
38-
"langchain==0.3.27", # latest langchain breaks garak, so must be '>=0.3.25,<1.0.0'
38+
"langchain==1.2.4", # latest langchain breaks garak, so must be '>=0.3.25,<1.0.0'
3939
"garak==0.12.0",
4040
]
4141
dev = ["pytest", "pytest-cov", "pytest-asyncio", "black", "isort"]

0 commit comments

Comments
 (0)