From 9a2a72fe97e5684325e064ba6eaafbd8274d5c11 Mon Sep 17 00:00:00 2001 From: Oleg A Date: Tue, 14 Nov 2023 13:35:37 +0300 Subject: [PATCH] Add pydantic 2.5 support (#1361) * chore: add pydantic 2.5 support * docs: add changelog --- CHANGES/1361.misc | 1 + pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 CHANGES/1361.misc diff --git a/CHANGES/1361.misc b/CHANGES/1361.misc new file mode 100644 index 00000000..6e6413d8 --- /dev/null +++ b/CHANGES/1361.misc @@ -0,0 +1 @@ +Added pydantic v2.5 support. 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",