From bee59adec9c5b9eb90e299ae3fec487ec27a8751 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebasti=C3=A1n=20Ram=C3=ADrez?= Date: Tue, 4 Jul 2023 13:17:07 +0200 Subject: [PATCH] =?UTF-8?q?=E2=9E=95=20Add=20pydantic-extra-types=20to=20f?= =?UTF-8?q?astapi[extra]?= 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 9342367a4..a945d570f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -64,6 +64,7 @@ all = [ "email_validator >=2.0.0", "uvicorn[standard] >=0.12.0", "pydantic-settings >=2.0.0", + "pydantic-extra-types >=2.0.0", ] [tool.hatch.version]