pydantic

[dev]
pytest
ruff
mypy
build

[dev:python_version < "3.10"]
black

[dev:python_version >= "3.10"]
black>=26.1.0
