pydantic>=2.0
httpx>=0.27
loguru~=0.7.2

[dev]
pytest>=8.0
pytest-asyncio>=0.24
pytest-cov>=5.0
respx>=0.21
ruff>=0.6
mypy>=1.10

[lint]
ruff>=0.6

[publish]
twine>=5.0

[test]
pytest>=8.0
pytest-asyncio>=0.24
pytest-cov>=5.0
respx>=0.21

[type]
mypy>=1.10
