From 077d4bab73584bd1bd31e15f94031f83f2948dd5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebasti=C3=A1n=20Ram=C3=ADrez?= Date: Thu, 23 Oct 2025 16:20:52 +0200 Subject: [PATCH] =?UTF-8?q?=E2=9E=95=20Add=20annotated-doc=20to=20dependen?= =?UTF-8?q?cies,=20to=20document=20reference=20(migrate=20from=20typing=5F?= =?UTF-8?q?extensions.Doc)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index cac8059f4..875e4bed1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -47,6 +47,7 @@ dependencies = [ "starlette>=0.40.0,<0.49.0", "pydantic>=1.7.4,!=1.8,!=1.8.1,!=2.0.0,!=2.0.1,!=2.1.0,<3.0.0", "typing-extensions>=4.8.0", + "annotated-doc>=0.0.2", ] [project.urls]