# Core dependencies
httpx>=0.24.0
python-dotenv>=1.0.0

# LLM providers
openai>=1.0.0
anthropic>=0.18.0
google-generativeai>=0.3.0

# Vector search
pinecone>=7.3.0

# Search
tavily-python>=0.3.0

# Testing
pytest>=7.0.0
pytest-asyncio>=0.21.0
pytest-cov>=4.0.0 