Skip to content

Commit

Permalink
🔖 bump version 0.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
yanyongyu authored Nov 4, 2022
1 parent 67d4bf5 commit d9d3a5a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "GitHubKit"
version = "0.9.0"
version = "0.9.1"
description = "GitHub SDK for Python"
authors = ["yanyongyu <yyy@yyydl.top>"]
license = "MIT"
Expand Down Expand Up @@ -101,7 +101,7 @@ webhook-types-output = "githubkit/webhooks/types.py"
"/components/schemas/release/properties/body_text" = { type = ["string", "null"] }
"/components/schemas/release/properties/body_html" = { type = ["string", "null"] }

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

0 comments on commit d9d3a5a

Please sign in to comment.