mirror of
https://github.com/1Panel-dev/MaxKB.git
synced 2025-12-25 17:22:55 +00:00
chore: update langchain dependencies to latest versions for some security fix
This commit is contained in:
parent
d6a3a3cf1f
commit
a492c40c62
|
|
@ -20,16 +20,16 @@ dependencies = [
|
|||
"cffi==1.17.1",
|
||||
"beautifulsoup4==4.13.4",
|
||||
"jieba==0.42.1",
|
||||
"langchain-openai==0.3.31",
|
||||
"langchain-anthropic==0.3.17",
|
||||
"langchain-community==0.3.27",
|
||||
"langchain-deepseek==0.1.3",
|
||||
"langchain-google-genai==2.1.7",
|
||||
"langchain-mcp-adapters==0.1.9",
|
||||
"langchain-huggingface==0.3.0",
|
||||
"langchain-ollama==0.3.4",
|
||||
"langchain-openai==0.3.35",
|
||||
"langchain-anthropic==0.3.22",
|
||||
"langchain-community==0.3.31",
|
||||
"langchain-deepseek==0.1.4",
|
||||
"langchain-google-genai==2.1.12",
|
||||
"langchain-mcp-adapters==0.1.13",
|
||||
"langchain-huggingface==0.3.1",
|
||||
"langchain-ollama==0.3.10",
|
||||
"langchain_core==0.3.80",
|
||||
"langgraph==0.5.3",
|
||||
"langchain_core==0.3.74",
|
||||
"torch==2.8.0",
|
||||
"sentence-transformers==5.0.0",
|
||||
"qianfan==0.4.12.3",
|
||||
|
|
@ -38,7 +38,7 @@ dependencies = [
|
|||
"boto3==1.39.4",
|
||||
"tencentcloud-sdk-python==3.0.1420",
|
||||
"xinference-client==1.7.1.post1",
|
||||
"anthropic==0.57.1",
|
||||
"anthropic==0.74.1",
|
||||
"dashscope==1.23.8",
|
||||
"celery[sqlalchemy]==5.5.3",
|
||||
"django-celery-beat==2.8.1",
|
||||
|
|
|
|||
Loading…
Reference in New Issue