From 8b9706b05f1dcc9a26c1df22d7224f810303ace8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Sep 2026 08:09:43 +0000 Subject: [PATCH] chore(deps): bump the patch-and-minor group across 1 directory with 3 updates Bumps the patch-and-minor group with 3 updates in the /agents/hyper-agents directory: [fastapi](https://github.com/fastapi/fastapi), [uvicorn](https://github.com/Kludex/uvicorn) and [pydantic](https://github.com/pydantic/pydantic). Updates `fastapi` from 0.136.0 to 0.141.1 - [Release notes](https://github.com/fastapi/fastapi/releases) - [Commits](https://github.com/fastapi/fastapi/compare/0.136.0...0.141.1) Updates `uvicorn` from 0.34.3 to 0.52.4 - [Release notes](https://github.com/Kludex/uvicorn/releases) - [Changelog](https://github.com/Kludex/uvicorn/blob/main/docs/release-notes.md) - [Commits](https://github.com/Kludex/uvicorn/compare/0.34.3...0.52.4) Updates `pydantic` from 2.13.3 to 2.13.5 - [Release notes](https://github.com/pydantic/pydantic/releases) - [Changelog](https://github.com/pydantic/pydantic/blob/v2.13.5/HISTORY.md) - [Commits](https://github.com/pydantic/pydantic/compare/v2.13.3...v2.13.5) --- updated-dependencies: - dependency-name: fastapi dependency-version: 0.141.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: patch-and-minor - dependency-name: pydantic dependency-version: 2.13.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch-and-minor - dependency-name: uvicorn dependency-version: 0.52.4 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: patch-and-minor ... Signed-off-by: dependabot[bot] --- agents/hyper-agents/architect/requirements.txt | 6 +++--- agents/hyper-agents/observer/requirements.txt | 6 +++--- agents/hyper-agents/worker/requirements.txt | 6 +++--- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/agents/hyper-agents/architect/requirements.txt b/agents/hyper-agents/architect/requirements.txt index de1e311c..1a75dc23 100644 --- a/agents/hyper-agents/architect/requirements.txt +++ b/agents/hyper-agents/architect/requirements.txt @@ -1,4 +1,4 @@ -fastapi==0.136.0 -uvicorn[standard]==0.34.3 -pydantic==2.13.3 +fastapi==0.141.1 +uvicorn[standard]==0.52.4 +pydantic==2.13.5 httpx==0.28.1 diff --git a/agents/hyper-agents/observer/requirements.txt b/agents/hyper-agents/observer/requirements.txt index de1e311c..1a75dc23 100644 --- a/agents/hyper-agents/observer/requirements.txt +++ b/agents/hyper-agents/observer/requirements.txt @@ -1,4 +1,4 @@ -fastapi==0.136.0 -uvicorn[standard]==0.34.3 -pydantic==2.13.3 +fastapi==0.141.1 +uvicorn[standard]==0.52.4 +pydantic==2.13.5 httpx==0.28.1 diff --git a/agents/hyper-agents/worker/requirements.txt b/agents/hyper-agents/worker/requirements.txt index de1e311c..1a75dc23 100644 --- a/agents/hyper-agents/worker/requirements.txt +++ b/agents/hyper-agents/worker/requirements.txt @@ -1,4 +1,4 @@ -fastapi==0.136.0 -uvicorn[standard]==0.34.3 -pydantic==2.13.3 +fastapi==0.141.1 +uvicorn[standard]==0.52.4 +pydantic==2.13.5 httpx==0.28.1