Skip to content

Commit 00cc9d4

Browse files
authored
fix(langchain): Update langchain-core dependency version (#33775)
1 parent 65716cf commit 00cc9d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libs/langchain_v1/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ authors = []
1212
version = "1.0.4"
1313
requires-python = ">=3.10.0,<4.0.0"
1414
dependencies = [
15-
"langchain-core>=1.0.0,<2.0.0",
15+
"langchain-core>=1.0.2,<2.0.0",
1616
"langgraph>=1.0.2,<1.1.0",
1717
"pydantic>=2.7.4,<3.0.0",
1818
]

0 commit comments

Comments
 (0)