pydantic>=2.6

[anthropic]
anthropic>=0.30

[db]
sqlalchemy>=2.0
aiosqlite>=0.20
asyncpg>=0.29

[dev]
pytest>=8
pytest-asyncio>=0.23
ruff>=0.5
mypy>=1.8
build>=1.2
twine>=5.0

[gemini]
google-generativeai>=0.7

[http]
httpx>=0.27

[openai]
openai>=1.0

[otel]
opentelemetry-api>=1.25
opentelemetry-sdk>=1.25
opentelemetry-exporter-otlp>=1.25

[redis]
redis>=5.0

[ui]
fastapi>=0.110
uvicorn>=0.27
jinja2>=3.1
python-multipart>=0.0.9
