From 6964a8cab656d4fdd468ab933a96e76bc19f39b9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 12 Jul 2026 15:22:36 +0000 Subject: [PATCH] build(deps): Update fastapi requirement in /services/api 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.115.0...0.139.0) --- updated-dependencies: - dependency-name: fastapi dependency-version: 0.139.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- services/api/requirements.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/api/requirements.in b/services/api/requirements.in index 1cd60b6..6901bd7 100644 --- a/services/api/requirements.in +++ b/services/api/requirements.in @@ -7,7 +7,7 @@ # (services/data/requirements.txt) are a strict subset of the ones below, so they need no separate lock. # --- web / API framework --- -fastapi>=0.115 +fastapi>=0.139.0 uvicorn[standard]>=0.30 sqlalchemy>=2.0 pydantic>=2.7