httpx>=0.25.0
pydantic>=2.0.0
tenacity>=8.0.0
structlog>=23.0.0
cachetools>=5.0.0

[:python_version < "3.10"]
eval_type_backport>=0.2.0

[all]
openai>=1.0.0
anthropic>=0.18.0

[anthropic]
anthropic>=0.18.0

[dev]
pytest>=7.0.0
pytest-asyncio>=0.21.0
pytest-cov>=4.0.0
pytest-httpx>=0.22.0
mypy>=1.5.0
types-cachetools>=5.0.0
ruff>=0.1.0
black>=23.0.0
isort>=5.12.0
pre-commit>=3.0.0

[docs]
sphinx>=7.0.0
sphinx-rtd-theme>=1.3.0
sphinx-autodoc-typehints>=1.24.0
myst-parser>=2.0.0

[openai]
openai>=1.0.0
