# 运行环境：Python 3.10+（推荐 3.11 / 3.12）
# 安装：pip install -r requirements.txt
#
# 只锁主版本，避免每次 pip 都因为补丁号变化产生无意义的 diff。

fastapi>=0.110,<1.0
uvicorn[standard]>=0.27,<1.0
sqlalchemy>=2.0.25,<3.0
pymysql>=1.1,<2.0
pydantic>=2.6,<3.0
python-dotenv>=1.0,<2.0

# 仅测试需要（smoke_test.py 的 TestClient 依赖 httpx）
httpx>=0.27,<1.0
