From bd3f81c049a47c899f792d9affd07ba0306a29c3 Mon Sep 17 00:00:00 2001 From: Stuart George Date: Thu, 16 Nov 2023 17:03:20 +0000 Subject: [PATCH] update pydantic --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 0a7d671..8cff44a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,8 +16,8 @@ classifiers = [ "Programming Language :: Python", ] dependencies = [ - "pydantic>=2.0.1,<2.5.0", - "pydantic-settings>=2.0.1,<2.1.0", + "pydantic>=2.0.1,<2.6.0", + "pydantic-settings>=2.0.1,<2.2.0", ] dynamic = ["version", "description"]