From 190ce14327109cfbbbba26859241d773f7b0b145 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Apr 2026 16:16:57 +0000 Subject: [PATCH] deps(deps): update fastapi requirement in /helix_code Updates the requirements on [fastapi](https://github.com/fastapi/fastapi) to permit the latest version. - [Commits](https://github.com/fastapi/fastapi/compare/0.100.0...0.136.1) --- updated-dependencies: - dependency-name: fastapi dependency-version: 0.136.1 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..d4a66d5 100644 --- a/helix_code/requirements.txt +++ b/helix_code/requirements.txt @@ -1,7 +1,7 @@ # [FACT] Constitutional Guardian - Core Dependencies # [HYPOTHESIS] Pinning major versions ensures production stability -fastapi>=0.100.0 +fastapi>=0.136.1 uvicorn>=0.23.0 websockets>=11.0 google-genai>=0.1.0