# Core requirements
python-dotenv>=0.1.0,<2.0.0
requests>=2.0.0,<3.0.0
xxhash>=3.0.0,<4.0.0

# LLM provider clients - install the ones you need
anthropic>=0.2.2,<0.50.0  # For Claude API
openai>=1.0.0,<2.0.0   # For OpenAI API
langchain>=0.3.0,<0.4.0  # For LangChain integration
langchain-openai>=0.3.0,<0.4.0  # For LangChain OpenAI integration
langchain-anthropic>=0.3.0,<0.4.0  # For LangChain Anthropic integration
