From 5411669c368ef130a4bfd823b3e8c17ce72e402b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 20 Jun 2026 01:50:47 +0000 Subject: [PATCH] Update dependency fastapi to v0.138.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 610411d9..1a65b7ab 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.138.0", "uvicorn==0.34.0", "gunicorn==23.0.0", "jinja2==3.1.6",