mirror of
https://github.com/nonebot/nonebot2.git
synced 2025-09-07 04:26:45 +00:00
⬆️ bump and fit pydantic 1.8
This commit is contained in:
@ -29,7 +29,7 @@ pygtrie = "^2.4.1"
|
||||
fastapi = "^0.63.0"
|
||||
uvicorn = "^0.11.5"
|
||||
Quart = { version = "^0.14.1", optional = true }
|
||||
pydantic = { extras = ["dotenv", "typing_extensions"], version = "^1.7.3" }
|
||||
pydantic = { extras = ["dotenv", "typing_extensions"], version = "~1.8.0" }
|
||||
tomlkit = "^0.7.0"
|
||||
|
||||
[tool.poetry.dev-dependencies]
|
||||
|
Reference in New Issue
Block a user