From a9152dd7db4e19957129507e77598014521109ab Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 24 May 2026 08:05:55 +0000 Subject: [PATCH] fix(deps): update fastapi ecosystem --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 743c1e4..8f22fa8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,10 +11,10 @@ dependencies = [ "requests>=2.31.0", "Pillow>=10.0.0", "matplotlib>=3.7.0", - "fastapi==0.104.1", + "fastapi==0.136.3", "python-dotenv>=1.0.0", "asgiref>=3.8.1", - "hypercorn==0.15.0", + "hypercorn==0.18.0", "aiohttp>=3.9.1", "aiofiles==23.2.1", "scalar-fastapi==1.6.2",