From 8631fc8fe84b29962bc4ecd378c7c32f108b30c7 Mon Sep 17 00:00:00 2001 From: Lasse Date: Tue, 6 Feb 2024 18:35:52 +0100 Subject: [PATCH] docs: bin pydantic version in docs building --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 1955a73e..5213bebd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -53,6 +53,7 @@ documentation = "https://hlasse.github.io/TextDescriptives/" style = ["black==24.1.1", "pre-commit==3.6.0", "ruff==0.1.15", "mypy==1.8.0"] tests = ["pytest>=7.1.3", "pytest-cov>=3.0.0"] docs = [ + "pydantic==2.1", "sphinx>=5.3.0", "furo==2022.12.7", "sphinx-copybutton>=0.5.1",