From d49a61d06ee5165d90eed0c967a225f7afe89ef1 Mon Sep 17 00:00:00 2001 From: Lan Date: Sun, 11 Jan 2026 14:25:53 +0800 Subject: [PATCH] chore: update dependencies in requirements.txt --- requirements.txt | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/requirements.txt b/requirements.txt index 5ae9cf2..3a87944 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,9 +1,8 @@ -aioboto3==11.2.0 -aiohttp==3.10.11 +aioboto3==13.4.0 +aiohttp==3.13.3 aiofiles==24.1.0 -botocore==1.29.76 -fastapi==0.115.0 -pydantic==2.4.0 -uvicorn==0.23.2 -tortoise-orm==0.20.0 +fastapi==0.115.6 +pydantic==2.10.4 +uvicorn==0.34.0 +tortoise-orm==0.22.1 python-multipart==0.0.20