From ea8b9c90cbc8e37d772a2be62bacdbc94f5299bf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Apr 2026 16:17:08 +0000 Subject: [PATCH] deps(deps): update pydantic requirement in /helix_code Updates the requirements on [pydantic](https://github.com/pydantic/pydantic) to permit the latest version. - [Changelog](https://github.com/pydantic/pydantic/blob/main/HISTORY.md) - [Commits](https://github.com/pydantic/pydantic/compare/v2.0...v2.13.3) --- updated-dependencies: - dependency-name: pydantic dependency-version: 2.13.3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- helix_code/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helix_code/requirements.txt b/helix_code/requirements.txt index f73d906..86138eb 100644 --- a/helix_code/requirements.txt +++ b/helix_code/requirements.txt @@ -16,4 +16,4 @@ pytest-asyncio>=0.21.0 pytest-cov>=4.1.0 httpx>=0.24.0 python-multipart>=0.0.6 -pydantic>=2.0.0 +pydantic>=2.13.3