Skip to content

Commit 90fd184

Browse files
committed
fix: update langchain and related package versions in pyproject.toml
1 parent ba84889 commit 90fd184

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

pyproject.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,17 +22,17 @@ dependencies = [
2222
"beautifulsoup4==4.13.4",
2323
"jieba==0.42.1",
2424
"langchain==1.2.15",
25-
"langchain-core==1.2.31",
26-
"langchain-openai==1.1.14",
27-
"langchain-anthropic==1.4.0",
25+
"langchain-core==1.3.0",
26+
"langchain-openai==1.2.0",
27+
"langchain-anthropic==1.4.1",
2828
"langchain-community==0.4.1",
2929
"langchain-deepseek==1.0.1",
3030
"langchain-google-genai==4.2.2",
3131
"langchain-mcp-adapters==0.2.2",
3232
"langchain-huggingface==1.2.1",
3333
"langchain-ollama==1.1.0",
34-
"langchain-aws==1.4.4",
35-
"langgraph==1.1.6",
34+
"langchain-aws==1.4.5",
35+
"langgraph==1.1.9",
3636
"deepagents==0.5.3",
3737
"torch==2.8.0",
3838
"numpy==1.26.4",
@@ -43,7 +43,7 @@ dependencies = [
4343
"boto3==1.42.46",
4444
"tencentcloud-sdk-python==3.0.1420",
4545
"xinference-client==1.7.1.post1",
46-
"anthropic==0.89.0",
46+
"anthropic==0.96.0",
4747
"dashscope==1.25.16",
4848
"celery[sqlalchemy]==5.5.3",
4949
"django-celery-beat==2.8.1",

0 commit comments

Comments
 (0)