Skip to content

Commit a0344bd

Browse files
committed
chore(deps): update dependency langchain-core to v1
1 parent 92015c0 commit a0344bd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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>=1.0.3,<1.1.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",

packages/toolbox-langchain/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
-e ../toolbox-core
2-
langchain-core==0.3.78
2+
langchain-core==1.0.3
33
PyYAML==6.0.3
44
pydantic==2.11.10
55
aiohttp==3.13.0

0 commit comments

Comments
 (0)