From 7d8cee528f5b8e1d7570c39f0346fe1b41c8ddbd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 2 Sep 2026 16:54:08 +0000 Subject: [PATCH] chore(deps): update pydantic requirement from >=2.13.4 to >=2.13.5 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/compare/v2.13.4...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 28550d9..621c307 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ name = "resonantforge" version = "0.2.0" requires-python = ">=3.11" dependencies = [ - "pydantic>=2.13.4", + "pydantic>=2.13.5", "anthropic>=0.102.0,<1", "click>=8.3.3", "rich>=15.0.0",