fix: 添加 pymysql 依赖 + Edge 兼容路由

- requirements.txt 添加 pymysql、cos-python-sdk-v5
- 新增 /api/ai/alert/edge/report 和 /edge/resolve 路由(无认证)
- 使 Edge 设备可直接上报到 FastAPI 服务

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-03-02 13:18:35 +08:00
parent f81cc81ce6
commit 9cee0a2cac
4 changed files with 81 additions and 7 deletions

View File

@@ -12,3 +12,5 @@ paho-mqtt==2.1.0
python-dotenv==1.0.1
websockets==12.0
redis>=5.0.0
pymysql>=1.1.0
cos-python-sdk-v5>=1.9.30