⬆️ update dependencies

This commit is contained in:
yanyongyu
2021-11-17 19:52:12 +08:00
parent dc31afbd18
commit 36d93b8a3a
4 changed files with 145 additions and 122 deletions

View File

@ -1,6 +1,6 @@
[tool.poetry]
name = "nonebot2"
version = "2.0.0-alpha.16"
version = "2.0.0-beta.1"
description = "An asynchronous python bot framework."
authors = ["yanyongyu <yyy@nonebot.dev>"]
license = "MIT"
@ -28,7 +28,7 @@ pygtrie = "^2.4.1"
tomlkit = "^0.7.0"
fastapi = "^0.70.0"
websockets = ">=9.1"
typing-extensions = "^3.10.0"
typing-extensions = ">=3.10.0,<5.0.0"
Quart = { version = "^0.15.0", optional = true }
httpx = { version = ">=0.20.0, <1.0.0", extras = ["http2"] }
pydantic = { version = "~1.8.0", extras = ["dotenv"] }