From f039db140f82152c082cefc0e3000bd12cf04f6f Mon Sep 17 00:00:00 2001 From: Jeroen Clemens Vermunt <39826623+jeroenvermunt@users.noreply.github.com> Date: Wed, 21 Feb 2024 18:18:43 +0100 Subject: [PATCH] Update pyproject.toml added pydantic to dependencies --- pyproject.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 6b490fc..7903ef7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,7 +16,8 @@ requires-python = ">=3.10" keywords = ["sdk", "api", "integration", "universal"] dependencies = [ "jinja2", - "aiohttp" + "aiohttp", + "pydantic" ] [tool.setuptools.packages.find]