🐛v0.1.1,更改zhDateTime最低版本

This commit is contained in:
2024-10-02 01:23:09 +08:00
parent 3b931ad66c
commit f3904c9dd2
3 changed files with 8 additions and 6 deletions

View File

@ -1,6 +1,6 @@
[project]
name = "nonebot-plugin-marshoai"
version = "0.1"
version = "0.1.1"
description = "Nonebot2插件调用Azure OpenAI服务实现猫娘聊天"
readme = "README.md"
requires-python = "<4.0,>=3.9"
@ -9,7 +9,7 @@ dependencies = [
"nonebot2[fastapi, websockets]>=2.2.0",
"nonebot-plugin-alconna>=0.48.0",
"azure-ai-inference>=1.0.0b4",
"zhDatetime>=1.1.0",
"zhDatetime>=1.1.1",
"aiohttp>=3.9",
"httpx>=0.27.0"
]