From e5e1c1257a7d6265cabe0387cbc3601141ac2a13 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Nov 2025 08:06:54 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=A6=20build:=20update=20pydantic=20req?= =?UTF-8?q?uirement=20from=20<3.0.0,=3D=3D2.11.7=20to=20=3D=3D2.12.3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Updates the requirements on [pydantic](https://github.com/pydantic/pydantic) to permit the latest version. - [Release notes](https://github.com/pydantic/pydantic/releases) - [Changelog](https://github.com/pydantic/pydantic/blob/main/HISTORY.md) - [Commits](https://github.com/pydantic/pydantic/compare/v2.11.7...v2.12.3) --- updated-dependencies: - dependency-name: pydantic dependency-version: 2.12.3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 86be67b..3e82ec5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,7 +27,7 @@ requires-python = ">=3.9.13" dependencies = [ "ddeutil[checksum]>=0.4.8", "ddeutil-io[yaml,toml]>=0.2.14", - "pydantic==2.11.7,<3.0.0", + "pydantic==2.12.3", "pydantic-extra-types>=2.10.4,<3.0.0", "python-dotenv>=1.1.0", "typer>=0.16.0",