From fbe1297a5eafff5682e6f689e569006ae18a3cca Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 16 Apr 2026 12:02:23 +0000 Subject: [PATCH] chore(deps): update dependency fastapi to v0.136.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 389812f..6929131 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,7 +16,7 @@ dependencies = [ "click==8.3.2", "colorama==0.4.6", "cryptography==46.0.7", - "fastapi==0.135.4", + "fastapi==0.136.0", "fastapi-cache2==0.2.2", "greenlet==3.4.0", "h11==0.16.0",