From e9cab818f88335797c325e98ca5f078a2b21d455 Mon Sep 17 00:00:00 2001 From: Timothy Jaeryang Baek Date: Thu, 21 Aug 2025 14:04:17 +0400 Subject: [PATCH] chore: dep bump --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index faf0ec64e2..abedf3fe89 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ authors = [ license = { file = "LICENSE" } dependencies = [ "fastapi==0.115.7", - "uvicorn[standard]==0.34.2", + "uvicorn[standard]==0.35.0", "pydantic==2.11.7", "python-multipart==0.0.20",