# LLM 客户端依赖包
# 核心依赖
openai>=1.0.0
anthropic>=0.20.0
google-genai>=1.30.0
pydantic>=2.0.0
PyYAML>=6.0
requests>=2.28.0

# 可选依赖（用于消息处理）
typing-extensions>=4.0.0

# 开发依赖（可选）
pytest>=7.0.0
pytest-asyncio>=0.21.0 