From 5c036dfd90aadf2d53568d5dd7d06b282468d916 Mon Sep 17 00:00:00 2001 From: grossmj Date: Wed, 14 May 2025 18:54:55 +0200 Subject: [PATCH] Upgrade uvicorn and pydantic --- requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index b39126e0..a10ece34 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ -uvicorn==0.34.1 # uvicorn 0.33 is the last version supporting Python 3.8 -pydantic==2.11.3 +uvicorn==0.34.2 # uvicorn 0.33 is the last version supporting Python 3.8 +pydantic==2.11.4 fastapi==0.115.12 python-multipart==0.0.20 websockets==15.0.1