From 896ff331ea1b19ff933be55c14cefbc84f829ff4 Mon Sep 17 00:00:00 2001 From: Stuart George Date: Fri, 3 May 2024 12:10:43 +0100 Subject: [PATCH] bump pydantic < 2.8.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 13fb8ab..f7b3e86 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,7 +16,7 @@ classifiers = [ "Programming Language :: Python", ] dependencies = [ - "pydantic>=2.0.1,<2.7.0", + "pydantic>=2.0.1,<2.8.0", "pydantic-settings>=2.0.1,<2.3.0", ] dynamic = ["version", "description"]