
[build]
build>=1.2
twine>=5.1

[dev]
build>=1.2
twine>=5.1
mypy>=1.10
pyright>=1.1
pytest>=8.0
pytest-cov>=5.0
ruff>=0.5
pydantic<3,>=2.6

[lint]
ruff>=0.5

[pydantic]
pydantic<3,>=2.6

[test]
pytest>=8.0
pytest-cov>=5.0

[typecheck]
mypy>=1.10
pyright>=1.1
