Bump to v39.0.10.0

This commit is contained in:
Changhua
2023-12-14 12:48:09 +08:00
parent fa98d4c0fb
commit 95e5f7aa16
2 changed files with 5 additions and 3 deletions

View File

@@ -7,7 +7,7 @@ requests
schedule
pyhandytools
sparkdesk-api==1.3.0
wcferry>=39.0.7.0
wcferry>=39.0.10.0
websocket
pillow
jupyter_client

View File

@@ -7,6 +7,9 @@ import xml.etree.ElementTree as ET
from queue import Empty
from threading import Thread
from wcferry import Wcf, WxMsg
from base.func_bard import BardAssistant
from base.func_chatglm import ChatGLM
from base.func_chatgpt import ChatGPT
from base.func_chengyu import cy
@@ -16,10 +19,9 @@ from base.func_xinghuo_web import XinghuoWeb
from configuration import Config
from constants import ChatType
from job_mgmt import Job
from wcferry import Wcf, WxMsg
__version__ = "39.0.10.0"
__version__ = "39.0.7.0"
class Robot(Job):
"""个性化自己的机器人