From 742492fb206b78b1d3fd1e0311c939a7ff87d679 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 08:47:18 +0000 Subject: [PATCH] build(deps): update fastapi requirement from >=0.104.0 to >=0.128.8 Updates the requirements on [fastapi](https://github.com/fastapi/fastapi) to permit the latest version. - [Release notes](https://github.com/fastapi/fastapi/releases) - [Commits](https://github.com/fastapi/fastapi/compare/0.104.0...0.128.8) --- updated-dependencies: - dependency-name: fastapi dependency-version: 0.128.8 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 7fe506b..d1eb559 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,7 @@ authors = [ {name = "Evid AI", email = "support@evidai.com"} ] dependencies = [ - "fastapi>=0.104.0", + "fastapi>=0.128.8", "pydantic>=2.0.0", "httpx>=0.24.0", "websockets>=11.0", @@ -24,7 +24,7 @@ dependencies = [ [project.optional-dependencies] api = [ "uvicorn>=0.23.0", - "fastapi>=0.104.0", + "fastapi>=0.128.8", ] dashboard = [ "httpx>=0.24.0",