Skip to content

Commit df7fdeb

Browse files
committed
chore: bump langchain package versions.
1 parent 1853f8f commit df7fdeb

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

pyproject.toml

+6-6
Original file line numberDiff line numberDiff line change
@@ -25,18 +25,18 @@ requires-python = ">=3.9, <4"
2525
dependencies = [
2626
"PyYAML==6.0.1",
2727
"python-dotenv>=1.0.1",
28-
"langchain==0.2.14",
29-
"langchain-community==0.2.12",
30-
"langchain-core==0.2.34",
31-
"langchain-openai==0.1.22",
32-
"langchain-ollama==0.1.3",
28+
"langchain==0.3.2",
29+
"langchain-community==0.3.1",
30+
"langchain-core==0.3.9",
31+
"langchain-openai==0.2.2",
32+
"langchain-ollama==0.2.0",
3333
"pydantic",
3434
"pyinputplus",
3535
"azure-identity",
3636
"cffi",
3737
"rich",
3838
"pillow>=10.4.0",
39-
"numpy>=1.21.2",
39+
"numpy>=1.26.4",
4040
]
4141

4242
[project.urls]

0 commit comments

Comments
 (0)