From 141a550ab2da0d27d9b94a98da196e9d801f1908 Mon Sep 17 00:00:00 2001 From: kewldan <40865857+kewldan@users.noreply.github.com> Date: Sat, 23 Nov 2024 18:54:49 +0300 Subject: [PATCH] misc(deps): Bump pydantic version to <2.11 (#1607) * Bump pydantic max version to <2.11 * CHANGES file * Update CHANGES/1607.misc.rst --------- Co-authored-by: Alex Root Junior --- CHANGES/1607.misc.rst | 1 + pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 CHANGES/1607.misc.rst diff --git a/CHANGES/1607.misc.rst b/CHANGES/1607.misc.rst new file mode 100644 index 00000000..f9095214 --- /dev/null +++ b/CHANGES/1607.misc.rst @@ -0,0 +1 @@ +Increased max :code:`pydantic` version support from “<2.10” to “<2.11” diff --git a/pyproject.toml b/pyproject.toml index d1d59a40..0d916aa9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -43,7 +43,7 @@ classifiers = [ dependencies = [ "magic-filter>=1.0.12,<1.1", "aiohttp>=3.9.0,<3.11", - "pydantic>=2.4.1,<2.10", + "pydantic>=2.4.1,<2.11", "aiofiles>=23.2.1,<24.2", "certifi>=2023.7.22", "typing-extensions>=4.7.0,<=5.0",