From fe71d78a8b1dc8a986c62648fedb4b555808682b Mon Sep 17 00:00:00 2001 From: Oleg A Date: Fri, 18 Aug 2023 15:47:21 +0300 Subject: [PATCH] chore: make pydantic version wider --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ee424cf8..a31e33c3 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", "aiofiles~=23.1.0", "certifi>=2023.7.22", ]