From 702abc832d3ea9b9d152c19f2cef9d74ac7d4111 Mon Sep 17 00:00:00 2001 From: Spacebot Date: Wed, 5 Aug 2026 06:03:19 +0000 Subject: [PATCH] Update dependency uvicorn to v0.52.1 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 56936c8..97dfb13 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -45,7 +45,7 @@ dependencies = [ "typing-inspection==0.4.2", "tzdata==2026.2", "urllib3==2.7.0", - "uvicorn==0.49.0", + "uvicorn==0.52.1", "jinja2==3.1.6", ]