From c3612f640a9a3c089a39c887204c8773bb559ec9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 12 Apr 2026 06:23:00 +0000 Subject: [PATCH] Update fastapi requirement from >=0.110 to >=0.135.3 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.135.3) --- updated-dependencies: - dependency-name: fastapi dependency-version: 0.135.3 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 7ee9c85..5bb517d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,7 +15,7 @@ dependencies = [ "paramiko>=3.4", "watchdog>=4.0", "aiohttp>=3.13.3", - "fastapi>=0.110", + "fastapi>=0.135.3", "PyJWT>=2.8", "uvicorn>=0.27", "redis>=5.0",