From 75d948944d81d556da0920885b9757e3ec317e21 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 5 Jul 2026 18:20:08 +0000 Subject: [PATCH] chore(deps): update fastapi requirement in /backend 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.137.1...0.139.0) --- updated-dependencies: - dependency-name: fastapi dependency-version: 0.139.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- backend/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/pyproject.toml b/backend/pyproject.toml index d744868f..c425eb31 100644 --- a/backend/pyproject.toml +++ b/backend/pyproject.toml @@ -11,7 +11,7 @@ name = "pg-erd-cloud-backend" version = "0.1.0" requires-python = ">=3.10,<3.15" dependencies = [ - "fastapi>=0.137.1", + "fastapi>=0.139.0", "hypercorn>=0.18.0", "prometheus-client>=0.25.0,<0.26.0", "pydantic>=2.13.4",