Skip to content

Commit bdf1cd3

Browse files
committed
fix(langchain): update deps
1 parent 77c9819 commit bdf1cd3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

libs/langchain/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ authors = []
77
license = { text = "MIT" }
88
requires-python = ">=3.9, <4.0"
99
dependencies = [
10-
"langchain-core<1.0.0,>=0.3.66",
11-
"langchain-text-splitters<1.0.0,>=0.3.8",
10+
"langchain-core<1.0.0,>=0.3.72",
11+
"langchain-text-splitters<1.0.0,>=0.3.9",
1212
"langsmith>=0.1.17",
1313
"pydantic<3.0.0,>=2.7.4",
1414
"SQLAlchemy<3,>=1.4",

0 commit comments

Comments
 (0)