Skip to content

Commit d9d3a5a

Browse files
authored
🔖 bump version 0.9.1
1 parent 67d4bf5 commit d9d3a5a

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

poetry.lock

Lines changed: 3 additions & 3 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 = "GitHubKit"
3-
version = "0.9.0"
3+
version = "0.9.1"
44
description = "GitHub SDK for Python"
55
authors = ["yanyongyu <yyy@yyydl.top>"]
66
license = "MIT"
@@ -101,7 +101,7 @@ webhook-types-output = "githubkit/webhooks/types.py"
101101
"/components/schemas/release/properties/body_text" = { type = ["string", "null"] }
102102
"/components/schemas/release/properties/body_html" = { type = ["string", "null"] }
103103

104-
# https://github.com/github/rest-api-description/issues/
104+
# https://github.com/github/rest-api-description/issues/1811
105105
"/components/schemas/pull-request-simple/properties/head/properties/repo" = { anyOf = [
106106
{ type = "null" },
107107
{ "$ref" = "#/components/schemas/repository" }

0 commit comments

Comments
 (0)