
[:python_version <= "3.12"]
pydantic<3,>=2.1

[:python_version == "3.13"]
pydantic<3,>=2.8

[:python_version >= "3.14"]
pydantic<3,>=2.12

[dev]
pytest==8.4.2
pytest-asyncio==1.2.0
ruff==0.14.4
pytest-ruff==0.5
mypy==1.18.2
pytest-mypy==1.0.1
types-setuptools==80.9.0.20250822
setuptools==80.9.0
semver==3.0.4
sphinx==8.1.3
sphinx-rtd-theme==3.0.2
autoapi==2.0.1
myst-parser==4.0.1
ipython==8.37.0
