pydantic>=2.0
jsonschema>=4.18
referencing>=0.28
email-validator>=2.0.0

[dev]
pytest>=8.0
pytest-cov
mypy>=1.8
ruff>=0.4
bandit[toml]>=1.7
pre-commit
build
twine
types-jsonschema

[dev:python_version < "3.11"]
tomli>=2.0

[test]
pytest>=8.0
pytest-cov
