From 21384bb26730dd670763a61006c78db1c3a2e463 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Jul 2026 22:29:40 +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.4) --- updated-dependencies: - dependency-name: pydantic dependency-version: 2.13.4 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..e5303912 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.4 prometheus-client>=0.20.0 python-multipart>=0.0.9