File tree Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Original file line number Diff line number Diff line change 1
1
[tool .poetry ]
2
2
name = " GitHubKit"
3
- version = " 0.9.8 "
3
+ version = " 0.10.0 "
4
4
description = " GitHub SDK for Python"
5
5
authors = [" yanyongyu <yyy@yyydl.top>" ]
6
6
license = " MIT"
@@ -84,9 +84,6 @@ output_dir = "githubkit/rest/"
84
84
"/components/schemas/timeline-assigned-issue-event/properties/event" = { const = " assigned" }
85
85
"/components/schemas/timeline-unassigned-issue-event/properties/event" = { const = " unassigned" }
86
86
87
- # webhook fork forkee topic array type
88
- "/components/schemas/webhook-fork/properties/forkee/allOf/0/properties/topics/items" = { type = [" string" , " null" ] }
89
-
90
87
# https://github.com/github/rest-api-description/issues/1639
91
88
"/components/schemas/issue/properties/body_text" = { type = [" string" , " null" ] }
92
89
"/components/schemas/issue/properties/body_html" = { type = [" string" , " null" ] }
You can’t perform that action at this time.
0 commit comments