# Core LangChain stack
langchain>=0.3.0,<0.4.0
langchain-core>=0.3.0,<0.4.0
langchain-community>=0.3.0,<0.4.0

# LLM providers (install only what you need)
langchain-anthropic>=0.3.0,<0.4.0
langchain-openai>=0.2.0,<0.3.0
langchain-ollama>=0.2.0,<0.3.0

# Agent framework
langgraph>=0.2.0,<0.3.0

# API
fastapi>=0.115.0,<0.116.0
uvicorn[standard]>=0.32.0,<0.33.0
pydantic>=2.9.0,<3.0.0

# UI
streamlit>=1.40.0,<2.0.0

# Config and utilities
pyyaml>=6.0.2,<7.0.0
python-dotenv>=1.0.1,<2.0.0
rich>=13.9.0,<14.0.0

# HTTP client (for external tool calls)
httpx>=0.27.0,<0.28.0
requests>=2.32.0,<3.0.0

# Testing
pytest>=8.3.0,<9.0.0
pytest-asyncio>=0.24.0,<0.25.0
