Skip to content

Commit 4f7e743

Browse files
fix(deps): update dependency langchain-classic to v1.0.3
1 parent 82a392b commit 4f7e743

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
@@ -7,7 +7,7 @@ requires-python = ">=3.13,<3.14"
77
dependencies = [
88
"langchain==1.2.12",
99
"langchain-chroma==1.1.0",
10-
"langchain-classic==1.0.2",
10+
"langchain-classic==1.0.3",
1111
"langchain-core==1.2.18",
1212
"langchain-ollama==1.0.1",
1313
"langchain-openai==1.1.11",

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
langchain==1.2.12
2-
langchain-classic==1.0.2
2+
langchain-classic==1.0.3
33
langchain-core==1.2.18
44
langchain-ollama==1.0.1
55
langchain-text-splitters==1.1.1

0 commit comments

Comments
 (0)