From d5c62137c8848773d85554aa6bf6de2bee7a6597 Mon Sep 17 00:00:00 2001 From: gmuloc Date: Tue, 14 May 2024 17:00:33 +0200 Subject: [PATCH] bump: Pydantic >= 2.7.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a41214aa8..fc05a4525 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,7 +23,7 @@ dependencies = [ "cvprac>=1.3.1", "eval-type-backport>=0.1.3", # Support newer typing features in older Python versions (required until Python 3.9 support is removed) "Jinja2>=3.1.2", - "pydantic>=2.6.1", + "pydantic>=2.7", "pydantic-extra-types>=2.3.0", "PyYAML>=6.0", "requests>=2.31.0",