From 4e90aa7419d802b81f9dbbfe4d44beb8a70f3efa Mon Sep 17 00:00:00 2001 From: jFujiya Date: Mon, 2 Dec 2024 12:04:06 +0900 Subject: [PATCH] =?UTF-8?q?pydantic=E5=8B=95=E4=BD=9C=E7=A2=BA=E8=AA=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pyproject.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index f0ea2a8..c509a45 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,7 +20,6 @@ starlette = "0.27.0" uvicorn = "^0.23.2" fastapi = "^0.101.0" flake8 = "^6.1.0" -pydantic = "^1.10.12" pydantic-core = "^2.4.0" [build-system]