🔖 bump version 2.0.0-beta.4 (#1056)

This commit is contained in:
Ju4tCode
2022-06-20 19:29:56 +08:00
committed by GitHub
parent 4ba17d900a
commit b80083fed5
79 changed files with 118 additions and 10779 deletions

View File

@ -1,6 +1,6 @@
[tool.poetry]
name = "nonebot2"
version = "2.0.0-beta.3"
version = "2.0.0-beta.4"
description = "An asynchronous python bot framework."
authors = ["yanyongyu <yyy@nonebot.dev>"]
license = "MIT"
@ -26,8 +26,8 @@ python = "^3.7.3"
yarl = "^1.7.2"
loguru = "^0.6.0"
pygtrie = "^2.4.1"
tomlkit = "^0.10.0"
fastapi = "^0.78.0"
tomlkit = ">=0.10.0,<1.0.0"
typing-extensions = ">=3.10.0,<5.0.0"
Quart = { version = "^0.17.0", optional = true }
websockets = { version="^10.0", optional = true }