fix:更新依赖

This commit is contained in:
xiamuceer
2025-11-04 16:28:53 +08:00
parent b197ca480d
commit ad95105417
+5 -6
View File
@@ -12,14 +12,13 @@ pydantic==2.5.3
pydantic-settings==2.1.0 pydantic-settings==2.1.0
# AI服务 # AI服务
openai==1.10.0 openai==2.7.0
anthropic==0.18.0 anthropic==0.72.0
# 工具库 # 工具库
httpx==0.26.0 httpx==0.28.1
python-dotenv==1.0.0 python-dotenv==1.0.0
# 向量数据库和Embedding (长期记忆系统) # 向量数据库和Embedding (长期记忆系统)
chromadb>=0.5.0 chromadb==1.3.2
sentence-transformers>=2.3.1 sentence-transformers>=2.3.1
numpy==1.26.4