From 22f9930cefcfd4477f2c57b11614caa1945bee2d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 24 Jul 2026 23:49:54 +0000 Subject: [PATCH] Update dependency fastapi to v0.140.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 610411d9..45decf40 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ description = "Add your description here" readme = "README.md" requires-python = ">=3.9" dependencies = [ - "fastapi==0.115.12", + "fastapi==0.140.0", "uvicorn==0.34.0", "gunicorn==23.0.0", "jinja2==3.1.6",