- 新增 edge/report 端点接收边缘端HTTP告警上报 - alarm_event_service 新增 create_from_edge_report 幂等创建 - schemas 新增 EdgeAlarmReport 模型 - 移除 config_service/redis_service/yudao_aiot_config 配置中转 - MQTT 服务标记废弃,告警上报改为HTTP+COS - config 新增 COS/Redis 配置项 - requirements 新增 redis 依赖 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
15 lines
262 B
Plaintext
15 lines
262 B
Plaintext
fastapi==0.109.2
|
|
uvicorn[standard]==0.27.1
|
|
sqlalchemy==2.0.25
|
|
pydantic==2.5.3
|
|
pydantic-settings==2.1.0
|
|
oss2==2.18.4
|
|
python-multipart==0.0.6
|
|
aiofiles==23.2.1
|
|
python-dateutil==2.8.2
|
|
httpx==0.26.0
|
|
paho-mqtt==2.1.0
|
|
python-dotenv==1.0.1
|
|
websockets==12.0
|
|
redis>=5.0.0
|