From 3fd18c3ed6d24afeb7f68d5c1f6657261279b9f0 Mon Sep 17 00:00:00 2001 From: Oleg A Date: Mon, 25 Sep 2023 18:19:25 +0300 Subject: [PATCH] fix: fix pydantic version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 2f17fd81..1908c8d8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -42,7 +42,7 @@ classifiers = [ dependencies = [ "magic-filter~=1.0.11", "aiohttp~=3.8.5", - "pydantic>=2.1.1,<3", + "pydantic>=2.1.1,<2.4", "aiofiles~=23.1.0", "certifi>=2023.7.22", "typing-extensions~=4.7.1",