From 4b910069491794a1144cd8f9ccf8872879315f75 Mon Sep 17 00:00:00 2001 From: Lasse Date: Tue, 6 Feb 2024 11:10:35 +0100 Subject: [PATCH] fix: pin autodoc_pydantic version to support pydantic version <2 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 3ab51c6e..1cfa28be 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -58,7 +58,7 @@ docs = [ "sphinxext-opengraph>=0.7.3", "myst-nb>=0.6.0", "sphinx_design>=0.3.0", - "autodoc_pydantic==2.0.1", + "autodoc_pydantic==1.9.0", ] tutorials = [ "jupyter",