From 0ab897143191cdb04935c2d193b68c95f2f4e12e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 May 2026 01:06:45 +0000 Subject: [PATCH] build(deps): update pydantic requirement from <2.12,>=1.5 to >=1.5,<2.14 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/v2.13.4/HISTORY.md) - [Commits](https://github.com/pydantic/pydantic/compare/v1.5...v2.13.4) --- updated-dependencies: - dependency-name: pydantic dependency-version: 2.13.4 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 71b86ee..159095d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -36,7 +36,7 @@ dependencies = [ "isort>=4.3.21,<7", "jinja2>=2.10.1,<4", "packaging", - "pydantic>=1.5,<2.12", + "pydantic>=1.5,<2.14", "pyyaml>=6.0.1", "tomli>=2.2.1,<3; python_version<='3.11'", ]