pydantic>=2.0
anyio>=4.0
httpx>=0.25
croniter>=2.0
click>=8.0
rich>=13.0
structlog>=24.0
python-ulid>=2.0

[anthropic]
anthropic>=0.25

[dev]
pytest>=8.0
pytest-asyncio>=0.23
pytest-cov>=5.0
ruff>=0.4
mypy>=1.10
pre-commit>=3.7

[openai]
openai>=1.0

[postgres]
asyncpg>=0.29
sqlalchemy[asyncio]>=2.0

[redis]
redis[hiredis]>=5.0
