From 9533ef91a5c958af57337c13b44da0b51f002265 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Apr 2026 09:01:35 +0000 Subject: [PATCH] chore(deps): update pydantic requirement in /services/hyperhealth 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.6.0...v2.13.3) --- updated-dependencies: - dependency-name: pydantic dependency-version: 2.13.3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- services/hyperhealth/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/hyperhealth/requirements.txt b/services/hyperhealth/requirements.txt index f1f222ef..072a9640 100644 --- a/services/hyperhealth/requirements.txt +++ b/services/hyperhealth/requirements.txt @@ -3,6 +3,6 @@ uvicorn[standard]>=0.29.0 asyncpg>=0.29.0 redis[asyncio]>=5.0.0 httpx>=0.27.0 -pydantic>=2.6.0 +pydantic>=2.13.3 prometheus-client>=0.20.0 python-multipart>=0.0.9