build(deps): 更新项目依赖并升级 Python SDK
- 将uv.lock与requirements.txt同步
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user