From 3ef6397428c188efcf43ee79ccadcfe4fdc6f49f Mon Sep 17 00:00:00 2001 From: jimmy-sketch Date: Fri, 25 Jul 2025 12:34:44 +0800 Subject: [PATCH] =?UTF-8?q?build(deps):=20=E6=9B=B4=E6=96=B0=E9=A1=B9?= =?UTF-8?q?=E7=9B=AE=E4=BE=9D=E8=B5=96=E5=B9=B6=E5=8D=87=E7=BA=A7=20Python?= =?UTF-8?q?=20SDK=20-=20=E5=B0=86uv.lock=E4=B8=8Erequirements.txt=E5=90=8C?= =?UTF-8?q?=E6=AD=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .idea/misc.xml | 2 +- .idea/osu_lazer_api.iml | 2 +- requirements.txt | 20 ++++++++++++-------- 3 files changed, 14 insertions(+), 10 deletions(-) diff --git a/.idea/misc.xml b/.idea/misc.xml index e5787b9..d7ee3e6 100644 --- a/.idea/misc.xml +++ b/.idea/misc.xml @@ -3,7 +3,7 @@ - + diff --git a/.idea/osu_lazer_api.iml b/.idea/osu_lazer_api.iml index e2e520d..5e25259 100644 --- a/.idea/osu_lazer_api.iml +++ b/.idea/osu_lazer_api.iml @@ -4,7 +4,7 @@ - + diff --git a/requirements.txt b/requirements.txt index 2aa8b01..cc06c1a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,13 +1,17 @@ -fastapi==0.104.1 +fastapi~=0.116.1 uvicorn[standard]==0.24.0 -sqlalchemy==2.0.23 +sqlalchemy~=2.0.41 alembic==1.12.1 -pymysql==1.1.0 +pymysql~=1.1.1 cryptography==41.0.7 -redis==5.0.1 -python-jose[cryptography]==3.3.0 +redis~=6.2.0 +python-jose[cryptography]~=3.5.0 passlib[bcrypt]==1.7.4 python-multipart==0.0.6 -pydantic[email]==2.5.0 -python-dotenv==1.0.0 -bcrypt==4.1.2 +pydantic[email]~=2.11.7 +python-dotenv~=1.1.1 +bcrypt~=4.3.0 + +msgpack~=1.1.1 +sqlmodel~=0.0.24 +starlette~=0.47.2 \ No newline at end of file