Files
group_xinghuo_jinrong/requirements.txt

31 lines
660 B
Plaintext
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# Core — versions aligned with docs/项目框架设计/技术选型和版本/01-技术栈与版本.md
fastapi>=0.115.0
uvicorn[standard]>=0.32.0
pydantic-settings>=2.6.0
# DB & cache
sqlalchemy>=2.0.36
pymysql>=1.1.1
redis>=5.2.0
neo4j>=5.26.0
# SQL safety(数据分析 Agent:只读 SQL AST 白名单校验)
sqlglot>=25.0.0
# Vector & LLM / Agent 编排(LangGraph)
pymilvus>=3.0.1
langgraph>=1.2.11
langchain-core>=1.6.0
langchain-openai>=1.6.0
httpx>=0.28.0
# Auth (dev / gateway)
python-jose[cryptography]>=3.5.0
# Utils
python-multipart>=0.0.18
# Testing
pytest>=8.3.0
pytest-asyncio>=0.26.0 # 阶段 C:异步 Tool 单测前置(C0)