From 71116685d2996e42d7bd1197119650efa2d40200 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Wed, 1 Apr 2026 16:31:09 +0000 Subject: [PATCH] chore(deps): update dependency fastapi to v0.135.3 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 9d62070..48b091f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,7 +16,7 @@ dependencies = [ "click==8.3.1", "colorama==0.4.6", "cryptography==46.0.6", - "fastapi==0.135.2", + "fastapi==0.135.3", "fastapi-cache2==0.2.2", "greenlet==3.3.2", "h11==0.16.0",