From ad951054177751895fb101882a938291019e19e3 Mon Sep 17 00:00:00 2001 From: xiamuceer Date: Tue, 4 Nov 2025 16:28:53 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E6=9B=B4=E6=96=B0=E4=BE=9D=E8=B5=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- backend/requirements.txt | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index baa91db..11db975 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -12,14 +12,13 @@ pydantic==2.5.3 pydantic-settings==2.1.0 # AI服务 -openai==1.10.0 -anthropic==0.18.0 +openai==2.7.0 +anthropic==0.72.0 # 工具库 -httpx==0.26.0 +httpx==0.28.1 python-dotenv==1.0.0 # 向量数据库和Embedding (长期记忆系统) -chromadb>=0.5.0 -sentence-transformers>=2.3.1 -numpy==1.26.4 \ No newline at end of file +chromadb==1.3.2 +sentence-transformers>=2.3.1 \ No newline at end of file