🔖 bump version 2.0.0-beta.3 (#990)

This commit is contained in:
Ju4tCode
2022-05-20 18:13:50 +08:00
committed by GitHub
parent abcea78fcc
commit e890453870
74 changed files with 228 additions and 10125 deletions

View File

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