pydantic<3,>=2.7

[all]
openai>=1.40.0
anthropic>=0.34.0
google-genai>=0.3.0
ollama>=0.3.0
fastapi>=0.111.0
uvicorn>=0.30.0

[anthropic]
anthropic>=0.34.0

[api]
fastapi>=0.111.0
uvicorn>=0.30.0

[dev]
pytest>=8.3.0
pytest-asyncio>=0.24.0
ruff>=0.6.0
mypy>=1.11.0

[gemini]
google-genai>=0.3.0

[ollama]
ollama>=0.3.0

[openai]
openai>=1.40.0
