fastapi==0.141.1
uvicorn==0.52.4
sqlalchemy==2.0.52
pymysql==1.2.0
pydantic==2.13.5
# MySQL 8 默认使用 caching_sha2_password 认证，pymysql 需要 cryptography 才能连接
cryptography>=42.0.0
