From a270f12958dc1c32d8236a41a4a7ab3123c5a83b Mon Sep 17 00:00:00 2001 From: Oleg A Date: Tue, 14 Nov 2023 11:13:44 +0300 Subject: [PATCH] chore: add pydantic 2.5 support --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 9b0511ab..0557223b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -42,7 +42,7 @@ classifiers = [ dependencies = [ "magic-filter>=1.0.12,<1.1", "aiohttp~=3.8.5", - "pydantic>=2.4.1,<2.5", + "pydantic>=2.4.1,<2.6", "aiofiles~=23.2.1", "certifi>=2023.7.22", "typing-extensions>=4.7.0,<=5.0",