From 0cecc52a557ba492490ef07af25f63d1f0de7326 Mon Sep 17 00:00:00 2001 From: Spacebot Date: Wed, 5 Aug 2026 12:18:27 +0000 Subject: [PATCH] Update dependency fastapi to v0.141.1 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index bd5da3b..3823149 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,7 +16,7 @@ dependencies = [ "click==8.4.2", "colorama==0.4.6", "cryptography==50.0.0", - "fastapi==0.137.1", + "fastapi==0.141.1", "fastapi-cache2==0.2.2", "greenlet==3.5.4", "h11==0.16.0",