From 987c4272df2baf25c7c4da8d3359d0f51e9eb472 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Oct 2025 09:08:22 +0000 Subject: [PATCH] Update pydantic requirement from <2.0,>=1.10.22 to >=1.10.22,<3.0 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.11.10/HISTORY.md) - [Commits](https://github.com/pydantic/pydantic/compare/v1.10.22...v2.11.10) --- updated-dependencies: - dependency-name: pydantic dependency-version: 2.11.10 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 28c0d1d..3ad8aa8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -37,7 +37,7 @@ classifiers = [ ] dependencies = [ "jinja2 ~= 3.1", - "pydantic >= 1.10.22, < 2.0", + "pydantic >= 1.10.22, < 3.0", "tomli ~= 2.0; python_version<'3.11'", "python-box[] ~= 7.2", "attrs ~= 25.3.0",