Fix dependence

This commit is contained in:
Changhua
2023-07-12 16:26:38 +08:00
parent c8cfd936f6
commit 0d1ecd3c20
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ from fastapi import Body, FastAPI
from pydantic import BaseModel
from wcferry import Wcf, WxMsg
__version__ = "39.0.0.0a0"
__version__ = "39.0.0.0a1"
class Msg(BaseModel):