From 688c5bec379ff84665361018d6d4678b27dace43 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Nov 2025 10:11:23 +0000 Subject: [PATCH] chore(deps):(deps): bump fastapi in /apps/cyber-llm-server Bumps [fastapi](https://github.com/fastapi/fastapi) from 0.119.0 to 0.121.2. - [Release notes](https://github.com/fastapi/fastapi/releases) - [Commits](https://github.com/fastapi/fastapi/compare/0.119.0...0.121.2) --- updated-dependencies: - dependency-name: fastapi dependency-version: 0.121.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- apps/cyber-llm-server/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/cyber-llm-server/requirements.txt b/apps/cyber-llm-server/requirements.txt index 1efc0071b..157aa1063 100644 --- a/apps/cyber-llm-server/requirements.txt +++ b/apps/cyber-llm-server/requirements.txt @@ -1,4 +1,4 @@ -fastapi==0.119.0 +fastapi==0.121.2 uvicorn==0.37.0 pydantic==2.12.3 vllm==0.11.0