From bc0932a745f5061b56005a237cfadf29de70babf Mon Sep 17 00:00:00 2001 From: Oleg A Date: Fri, 18 Aug 2023 16:51:41 +0300 Subject: [PATCH] Support wider pydantic version (#1273) * chore: make pydantic version wider * fix: > instead ^ * chore: pydantic till v3 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ee424cf8..6714e819 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -42,7 +42,7 @@ classifiers = [ dependencies = [ "magic-filter~=1.0", "aiohttp~=3.8.5", - "pydantic~=2.1.1", + "pydantic>=2.1.1,<3", "aiofiles~=23.1.0", "certifi>=2023.7.22", ]