From ae42f56cc1807c512b911d3bef805f2a75662feb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Jul 2026 11:03:08 +0000 Subject: [PATCH] Update pydantic requirement in /phases/p3/closer 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.10.0...v2.13.4) --- updated-dependencies: - dependency-name: pydantic dependency-version: 2.13.4 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- phases/p3/closer/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phases/p3/closer/requirements.txt b/phases/p3/closer/requirements.txt index e557e7f..8c12fd1 100644 --- a/phases/p3/closer/requirements.txt +++ b/phases/p3/closer/requirements.txt @@ -3,7 +3,7 @@ fastapi>=0.115.0 uvicorn[standard]>=0.34.0 # Validation & config -pydantic>=2.10.0 +pydantic>=2.13.4 pydantic-settings>=2.6.0 # Templating