From cb0648c39a63e85d476ba8ac3eb8ae761c98ef1d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 12 Sep 2026 18:01:58 +0000 Subject: [PATCH] chore: update pydantic requirement from <2,>=1.9.0 to >=1.9.0,<3 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.5/HISTORY.md) - [Commits](https://github.com/pydantic/pydantic/commits/v2.13.5) --- updated-dependencies: - dependency-name: pydantic dependency-version: 2.13.5 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 0c82b8c..3ed100f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -74,7 +74,7 @@ dev = [ "pytest-xdist>=3.6.1", ] pydantic-v1 = [ - "pydantic>=1.9.0,<2", + "pydantic>=1.9.0,<3", ] pydantic-v2 = [ "pydantic~=2.0 ; python_full_version < '3.14'",