# LangGraph Agent Dependencies
langgraph>=0.2.0
langchain>=0.3.0
langchain-openai>=0.2.0
langchain-community>=0.3.0

# Data Processing
pandas>=2.1.0
openpyxl>=3.1.0
numpy>=1.24.0

# API & HTTP
requests>=2.31.0
httpx>=0.25.0

# Environment & Config
python-dotenv>=1.0.0
pydantic>=2.5.0
pydantic-settings>=2.1.0

# Utilities
rich>=13.7.0
typer>=0.9.0
faker>=22.0.0

# Type hints
typing-extensions>=4.8.0

