From a6043f0fc6f4c6f5578f044f065df3ff415241c6 Mon Sep 17 00:00:00 2001 From: grossmj Date: Mon, 23 Feb 2026 16:48:26 +0800 Subject: [PATCH] Upgrade dependencies --- requirements.txt | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/requirements.txt b/requirements.txt index ee6f4cab3..97b904590 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ uvicorn==0.39.0; python_version == '3.9' # version 0.39.0 is the last version supporting Python 3.9 -uvicorn==0.40.0; python_version >= '3.10' +uvicorn==0.41.0; python_version >= '3.10' pydantic==2.12.5 -fastapi==0.128.7 +fastapi==0.131.0 python-multipart==0.0.20; python_version == '3.9' # version 0.0.20 is the last to support Python 3.9 python-multipart==0.0.22; python_version >= '3.10' websockets==15.0.1; python_version == '3.9' # version 15.0.1 is the last to support Python 3.9 @@ -9,17 +9,17 @@ websockets==16.0; python_version >= '3.10' aiohttp>=3.13.3,<3.14 aiofiles>=25.1.0,<26.0 Jinja2>=3.1.6,<3.2 -sentry-sdk>=2.52.0,<3 # optional dependency +sentry-sdk>=2.53.0,<3 # optional dependency psutil>=7.2.2 async-timeout>=5.0.1,<5.1; python_version < '3.11' # this library has effectively been upstreamed into Python 3.11+ distro>=1.9.0 py-cpuinfo>=9.0.0,<10.0 -greenlet==3.3.1; python_version >= '3.13' # necessary to run sqlalchemy on Python >= 3.13 +greenlet==3.3.2; python_version >= '3.13' # necessary to run sqlalchemy on Python >= 3.13 sqlalchemy==2.0.46 aiosqlite==0.22.1 alembic==1.15.2 bcrypt==5.0.0 -joserfc==1.6.1 +joserfc==1.6.2 email-validator==2.3.0 watchdog==6.0.0 zstandard==0.25.0