From c594b6d67ddfc93d69af760f14bae8de73790458 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 30 May 2026 07:32:51 +0000 Subject: [PATCH] Build(deps): Update pydantic requirement from <3,>=2.7 to >=2.13.4,<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/main/HISTORY.md) - [Commits](https://github.com/pydantic/pydantic/compare/v2.7.0...v2.13.4) --- updated-dependencies: - dependency-name: pydantic dependency-version: 2.13.4 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- harness/requirements.txt | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/harness/requirements.txt b/harness/requirements.txt index d6afb22e..c92a61ca 100644 --- a/harness/requirements.txt +++ b/harness/requirements.txt @@ -7,7 +7,7 @@ # paid-run behaviour with no repo diff. Bump the lower bound only after # you've re-run the smoke + a paid Sonnet cell against the new release. claude-agent-sdk>=0.2.87,<0.3 -pydantic>=2.0,<3 +pydantic>=2.13.4,<3 pyyaml>=6.0,<7 rich>=15.0.0,<16 typer>=0.12,<1 diff --git a/pyproject.toml b/pyproject.toml index 4958d966..e2c4122b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -49,7 +49,7 @@ classifiers = [ "Typing :: Typed", ] dependencies = [ - "pydantic>=2.7,<3", + "pydantic>=2.13.4,<3", "pyyaml>=6.0.3,<7", "ruamel.yaml>=0.19.1,<1", "typer>=0.12,<1",