From ac0ab8fa819be625218596aea3fe81739d2a51d8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 Feb 2026 06:20:03 +0000 Subject: [PATCH] build(deps-dev): update fastapi requirement from ^0.129.0 to ^0.133.1 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.129.0...0.133.1) --- updated-dependencies: - dependency-name: fastapi dependency-version: 0.133.1 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index d7ec749..402826d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,7 +31,7 @@ tabulate = "^0.9.0" [tool.poetry.group.server.dependencies] -fastapi = "^0.129.0" +fastapi = "^0.133.1" uvicorn = "^0.41.0"