From edfbaa0f55d4d215d2df5c7a1c05b3d3fcfee1e4 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 6 Jul 2026 12:01:40 +0000 Subject: [PATCH] chore(deps): update dependency uvicorn to v0.50.2 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index a669791..2142c50 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ asyncpg==0.29.0 httpx==0.27.0 fastapi==0.111.0 -uvicorn[standard]==0.29.0 +uvicorn[standard]==0.50.2 pydantic==2.7.0 # Polymarket (install from PyPI when ready for real trading)