From 190843b2eb5390889274b8a8a576f8068ad4a1bf Mon Sep 17 00:00:00 2001 From: Rachel Hu Date: Sun, 8 Dec 2024 21:28:46 +0800 Subject: [PATCH] Resolve github action missing pydantic for build failure. --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 7043d6d..f23084e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,6 +10,7 @@ readme = "README.md" python = ">=3.9,<3.13" requests = "^2.25.0" python-dotenv = "^1.0.0" +pydantic = "^2.10.3" [tool.poetry.group.dev.dependencies] Levenshtein = [