From c4e00d3ad35c4e26ee09a2c0d6098bde2b8610d7 Mon Sep 17 00:00:00 2001 From: JP Marhefka <37427123+JPMarhefka@users.noreply.github.com> Date: Thu, 27 Aug 2026 01:15:49 -0700 Subject: [PATCH] Revert "test: bump uvicorn from 0.51.0 to 0.52.3 (#12)" This reverts commit 78f9f01678d6a6cfb899a324ed90426936d2fa09. --- pyproject.toml | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index d0074c1..a50d83e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,7 +19,7 @@ keywords = [ ] dependencies = [ "fastapi==0.141.1", - "uvicorn[standard]==0.52.3", + "uvicorn[standard]==0.51.0", "requests==2.34.2", "pydantic==2.13.4", "httpx==0.28.1", diff --git a/requirements.txt b/requirements.txt index 4c0e274..92c6579 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ fastapi==0.141.1 -uvicorn[standard]==0.52.3 +uvicorn[standard]==0.51.0 requests==2.34.2 pydantic==2.13.4 httpx==0.28.1