From 633df51cdb364cd7e6727b8e9681af3596962cbd Mon Sep 17 00:00:00 2001 From: Joren Hammudoglu Date: Wed, 17 Apr 2024 07:17:20 +0200 Subject: [PATCH] bump pydantic to 2.8 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 8dd765c6..c4a7664a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -43,7 +43,7 @@ classifiers = [ dependencies = [ "magic-filter>=1.0.12,<1.1", "aiohttp~=3.9.0", - "pydantic>=2.4.1,<2.7", + "pydantic>=2.4.1,<2.8", "aiofiles~=23.2.1", "certifi>=2023.7.22", "typing-extensions>=4.7.0,<=5.0",