Feature: 添加 get_adapter 类型 overload (#1755)

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
This commit is contained in:
Ju4tCode
2023-02-28 14:46:09 +08:00
committed by GitHub
parent 317a2b8c9b
commit d0f832c4cd
4 changed files with 92 additions and 81 deletions

View File

@ -51,7 +51,7 @@ pytest-xdist = "^3.0.2"
pytest-asyncio = "^0.20.0"
[tool.poetry.group.docs.dependencies]
nb-autodoc = { git = "https://github.com/nonebot/nb-autodoc.git" }
nb-autodoc = "^1.0.0a5"
[tool.poetry.extras]
httpx = ["httpx"]