chore: 更新依赖并固定版本
- 新增 paho-mqtt==2.1.0 用于 MQTT 订阅 - 新增 python-dotenv==1.0.1 环境变量管理 - 新增 websockets==12.0 实时推送支持 - 固定所有依赖版本确保稳定性 Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
@@ -1,10 +1,13 @@
|
|||||||
fastapi==0.109.0
|
fastapi==0.109.2
|
||||||
uvicorn[standard]==0.27.0
|
uvicorn[standard]==0.27.1
|
||||||
sqlalchemy==2.0.25
|
sqlalchemy==2.0.25
|
||||||
pydantic==2.5.3
|
pydantic==2.5.3
|
||||||
pydantic-settings==2.1.0
|
pydantic-settings==2.1.0
|
||||||
oss2==2.18.0
|
oss2==2.18.4
|
||||||
python-multipart==0.0.6
|
python-multipart==0.0.6
|
||||||
aiofiles==23.2.1
|
aiofiles==23.2.1
|
||||||
python-dateutil==2.8.2
|
python-dateutil==2.8.2
|
||||||
httpx==0.26.0
|
httpx==0.26.0
|
||||||
|
paho-mqtt==2.1.0
|
||||||
|
python-dotenv==1.0.1
|
||||||
|
websockets==12.0
|
||||||
|
|||||||
Reference in New Issue
Block a user