# Core LLM Providers
anthropic==0.57.1
openai==1.97.0
google-genai==1.25.0

# MCP Client
fastmcp==2.13.1

# CLI Framework & UI
typer==0.16.0
rich>=13.9.0
prompt_toolkit==3.0.51
pygments>=2.17.0

# Data Validation & Configuration
pydantic>=2.10.0
python-dotenv>=1.0.1

# HTTP Client
httpx>=0.28.0

# File Safety (Critical v2.0)
filelock>=3.13.0

# System
protobuf==6.31.1
setuptools==80.9.0
