From bdbddd4732e05624fa9275c0124de269d09a0bbb Mon Sep 17 00:00:00 2001 From: JRoot Junior Date: Wed, 8 Oct 2025 00:39:48 +0300 Subject: [PATCH] #1719 Update pydantic --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 0b25c687..f4bfe873 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -42,7 +42,7 @@ classifiers = [ dependencies = [ "magic-filter>=1.0.12,<1.1", "aiohttp>=3.9.0,<3.13", - "pydantic>=2.4.1,<2.12", + "pydantic>=2.4.1,<2.13", "aiofiles>=23.2.1,<24.2", "certifi>=2023.7.22", "typing-extensions>=4.7.0,<=5.0",