Skip to content

Commit da0513b

Browse files
authored
deps(toolbox-core): Update langchain-core version constraint (#417)
Langchain [released v1](https://docs.langchain.com/oss/python/releases/langchain-v1), so the package dependency constraints need to be updated.
1 parent c361356 commit da0513b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/toolbox-langchain/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ authors = [
1010
]
1111
dependencies = [
1212
"toolbox-core==0.5.2", # x-release-please-version
13-
"langchain-core>=0.2.23,<1.0.0",
13+
"langchain-core>=0.2.23,<2.0.0",
1414
"PyYAML>=6.0.1,<7.0.0",
1515
"pydantic>=2.7.0,<3.0.0",
1616
"aiohttp>=3.8.6,<4.0.0",

0 commit comments

Comments
 (0)