From 335bb97fab38f790e2234edf54a1d7d985a684da Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Apr 2026 13:32:15 +0000 Subject: [PATCH] Bump pydantic from 2.12.5 to 2.13.3 Bumps [pydantic](https://github.com/pydantic/pydantic) from 2.12.5 to 2.13.3. - [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.12.5...v2.13.3) --- updated-dependencies: - dependency-name: pydantic dependency-version: 2.13.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index bd56c2926..b819a0126 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -32,7 +32,7 @@ dependencies = [ "swarmauri_keyprovider_local==0.2.0", "python-multipart==0.0.22", "sqlalchemy[asyncio]==2.0.49", - "pydantic[email]==2.12.5", + "pydantic[email]==2.13.3", "pydantic-settings==2.13.1", "python-dotenv==1.2.2", "PyYAML==6.0.3",