From 6597f04d51f6ff7d4845f42da943c59f364cee90 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 12:02:44 +0000 Subject: [PATCH] chore(deps): update pydantic requirement from >=2.5.0 to >=2.13.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/main/HISTORY.md) - [Commits](https://github.com/pydantic/pydantic/compare/v2.5.0...v2.13.0) --- updated-dependencies: - dependency-name: pydantic dependency-version: 2.13.0 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 74c5b4c2..41ea5060 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,7 @@ dependencies = [ "bond-agent>=0.1.2", "fastapi[standard]>=0.109.0", "uvicorn[standard]>=0.27.0", - "pydantic[email]>=2.5.0", + "pydantic[email]>=2.13.0", "pydantic-ai>=0.0.14", "sqlalchemy>=2.0.0", "sqlglot>=20.0.0",