From 269d7da837c39d02dae55dd2509da4804cd18698 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 18 Jul 2026 10:47:11 +0000 Subject: [PATCH] chore(deps): update fastapi requirement from >=0.110.0 to >=0.139.2 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.110.0...0.139.2) --- updated-dependencies: - dependency-name: fastapi dependency-version: 0.139.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 37f111d..e4f0ecb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ description = "Real-time stock dashboard using free-tier cloud services and Gemi readme = "README.md" requires-python = ">=3.12" dependencies = [ - "fastapi>=0.110.0", + "fastapi>=0.139.2", "uvicorn[standard]>=0.51.0", "websockets>=16.1.1", "sqlalchemy[mypy]>=2.0.28",