Skip to content

Commit 42de20d

Browse files
authored
🔖 bump version 0.10.0
1 parent 4734dbf commit 42de20d

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

pyproject.toml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "GitHubKit"
3-
version = "0.9.8"
3+
version = "0.10.0"
44
description = "GitHub SDK for Python"
55
authors = ["yanyongyu <yyy@yyydl.top>"]
66
license = "MIT"
@@ -84,9 +84,6 @@ output_dir = "githubkit/rest/"
8484
"/components/schemas/timeline-assigned-issue-event/properties/event" = { const = "assigned" }
8585
"/components/schemas/timeline-unassigned-issue-event/properties/event" = { const = "unassigned" }
8686

87-
# webhook fork forkee topic array type
88-
"/components/schemas/webhook-fork/properties/forkee/allOf/0/properties/topics/items" = { type = ["string", "null"] }
89-
9087
# https://github.com/github/rest-api-description/issues/1639
9188
"/components/schemas/issue/properties/body_text" = { type = ["string", "null"] }
9289
"/components/schemas/issue/properties/body_html" = { type = ["string", "null"] }

0 commit comments

Comments
 (0)