From 656a15c4dea93637379ebd5bfb8f028107980c2e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Apr 2026 06:41:09 +0000 Subject: [PATCH] deps: bump pydantic in the production-dependencies group Bumps the production-dependencies group with 1 update: [pydantic](https://github.com/pydantic/pydantic). Updates `pydantic` from 2.12.5 to 2.13.2 - [Release notes](https://github.com/pydantic/pydantic/releases) - [Changelog](https://github.com/pydantic/pydantic/blob/v2.13.2/HISTORY.md) - [Commits](https://github.com/pydantic/pydantic/compare/v2.12.5...v2.13.2) --- updated-dependencies: - dependency-name: pydantic dependency-version: 2.13.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-dependencies ... Signed-off-by: dependabot[bot] --- dev-runner/requirements.txt | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-runner/requirements.txt b/dev-runner/requirements.txt index cfc638a..634a034 100644 --- a/dev-runner/requirements.txt +++ b/dev-runner/requirements.txt @@ -1,4 +1,4 @@ fastapi==0.128.8 uvicorn[standard]==0.39.0 -pydantic==2.12.5 +pydantic==2.13.2 playwright==1.58.0 diff --git a/pyproject.toml b/pyproject.toml index 69a3d7d..bb8c9b6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,7 +31,7 @@ dependencies = [ [project.optional-dependencies] agents = [ "python-dotenv>=1.2.1,<2.0.0", - "pydantic>=2.0.0,<3.0.0", + "pydantic>=2.13.2,<3.0.0", "typing-extensions>=4.15.0,<5.0.0", "loguru>=0.7.0,<1.0.0", "rich>=13.0.0,<15.0.0",