# Pydantic AI
pydantic-ai>=0.0.14

# MCP
mcp>=0.9.0
fastmcp>=0.1.0

# FastAPI
fastapi>=0.109.0
uvicorn[standard]>=0.27.0
pydantic>=2.5.0

# HTTP Client
aiohttp>=3.9.0

# 环境变量
python-dotenv>=1.0.0

# 日志
loguru>=0.7.0
