From a2290733ad92295989a5f2ef5577d9f3b2751983 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 4 Jun 2026 01:45:10 +0000 Subject: [PATCH] fix(deps): update dependency uvicorn to ~=0.49.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a0601da..da291df 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ readme = "README.md" license = { text = "MIT" } dependencies = [ "fastapi~=0.136.0", - "uvicorn[standard]~=0.48.0", + "uvicorn[standard]~=0.49.0", "promplate[all]~=0.3.5.0", "promplate-trace[langfuse,langsmith]==0.3.0.dev7", "python-box~=7.4.1",