From 089f29e95fc6b87f90885eb31b8e3460857224a8 Mon Sep 17 00:00:00 2001 From: Alexandre Teles Date: Tue, 16 Jan 2024 19:15:54 -0300 Subject: [PATCH] fix(deps): missing pydantic --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 7b51eca..2ea4099 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,6 +11,7 @@ python = ">=3.11,<3.13" aiohttp = { version = "^3.9.1", extras = ["speedups"] } sanic = { version = "^23.12.1", extras = ["ext"] } ujson = "^5.9.0" +pydantic = "^1.10.13" asyncstdlib = "^3.12.0" cytoolz = "^0.12.2" beautifulsoup4 = "^4.12.2"