Skip to content

Commit 290d82a

Browse files
authored
🔖 bump version 0.1.2
1 parent 78866cf commit 290d82a

File tree

2 files changed

+14
-14
lines changed

2 files changed

+14
-14
lines changed

poetry.lock

Lines changed: 12 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "nonebot-adapter-github"
3-
version = "0.1.1"
3+
version = "0.1.2"
44
description = "GitHub adapter for nonebot2"
55
authors = ["yanyongyu <[email protected]>"]
66
license = "MIT"
@@ -23,7 +23,7 @@ packages = [
2323
[tool.poetry.dependencies]
2424
python = "^3.8"
2525
nonebot2 = "^2.0.0-beta.5"
26-
githubkit = { version = "^0.6.1", extras = ["auth-app"] }
26+
githubkit = { version = ">=0.7.0,<1.0.0", extras = ["auth-app"] }
2727

2828
[tool.poetry.group.dev.dependencies]
2929
isort = "^5.10.1"

0 commit comments

Comments
 (0)