From d317c2c7de97800523127afa15cba7102f084c40 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Apr 2026 09:01:38 +0000 Subject: [PATCH] chore(deps): bump fastapi from 0.111.0 to 0.136.1 in /agents/hyperhealth Bumps [fastapi](https://github.com/fastapi/fastapi) from 0.111.0 to 0.136.1. - [Release notes](https://github.com/fastapi/fastapi/releases) - [Commits](https://github.com/fastapi/fastapi/compare/0.111.0...0.136.1) --- updated-dependencies: - dependency-name: fastapi dependency-version: 0.136.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- agents/hyperhealth/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/agents/hyperhealth/requirements.txt b/agents/hyperhealth/requirements.txt index ef0ad559..cd538e82 100644 --- a/agents/hyperhealth/requirements.txt +++ b/agents/hyperhealth/requirements.txt @@ -1,4 +1,4 @@ -fastapi==0.111.0 +fastapi==0.136.1 uvicorn[standard]==0.29.0 httpx==0.27.0 asyncpg==0.31.0