From 7f1f8aba890e77871d8ddee93b67d2e3ac49ea97 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 20 Jun 2026 12:19:56 +0000 Subject: [PATCH] fix(deps): update dependency fastapi to >=0.138.0,<0.139.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 2cbf274..8aa9d93 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,7 +33,7 @@ dependencies = [ # 0.137.0 regressed include_router: routed endpoints no longer appear in # app.routes (they still serve, but introspection breaks). Pin below it # until a fixed release lands. See test_app_factory metrics route checks. - "fastapi>=0.100.0,<0.137.0", + "fastapi>=0.138.0,<0.139.0", "starlette>=0.40.0,<1.0.0", "uvicorn[standard]>=0.23.0", "paho-mqtt>=2.0.0",