httpx>=0.25.0
pydantic>=2.0.0
python-dotenv>=1.0.0
tenacity>=8.2.0

[:python_version < "3.11"]
typing-extensions>=4.8.0

[dev]
pytest>=7.4.0
pytest-asyncio>=0.21.0
pytest-cov>=4.1.0
pytest-mock>=3.11.0
pytest-httpx>=0.28.0
black>=23.7.0
isort>=5.12.0
mypy>=1.5.0
ruff>=0.0.285
pre-commit>=3.3.0

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