Skip to content

Commit d04f4c7

Browse files
fix: require langchain-core 1.0.0 to use std content (#392)
Fixes #391
1 parent 24a6cad commit d04f4c7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ license = "MIT"
1313
readme = "README.md"
1414
requires-python = ">=3.10"
1515
dependencies = [
16-
"langchain-core>=0.3.36,<2.0.0",
16+
"langchain-core>=1.0.0,<2.0.0",
1717
"mcp>=1.9.2",
1818
"typing-extensions>=4.14.0",
1919
]

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)