diff --git a/poetry.lock b/poetry.lock index d4e72e221..7c5856e70 100644 --- a/poetry.lock +++ b/poetry.lock @@ -321,7 +321,7 @@ virtualenv = ">=20.0.8" [[package]] name = "prompt-toolkit" -version = "3.0.31" +version = "3.0.32" description = "Library for building powerful interactive command lines in Python" category = "dev" optional = false @@ -720,8 +720,8 @@ pre-commit = [ {file = "pre_commit-2.20.0.tar.gz", hash = "sha256:a978dac7bc9ec0bcee55c18a277d553b0f419d259dadb4b9418ff2d00eb43959"}, ] prompt-toolkit = [ - {file = "prompt_toolkit-3.0.31-py3-none-any.whl", hash = "sha256:9696f386133df0fc8ca5af4895afe5d78f5fcfe5258111c2a79a1c3e41ffa96d"}, - {file = "prompt_toolkit-3.0.31.tar.gz", hash = "sha256:9ada952c9d1787f52ff6d5f3484d0b4df8952787c087edf6a1f7c2cb1ea88148"}, + {file = "prompt_toolkit-3.0.32-py3-none-any.whl", hash = "sha256:24becda58d49ceac4dc26232eb179ef2b21f133fecda7eed6018d341766ed76e"}, + {file = "prompt_toolkit-3.0.32.tar.gz", hash = "sha256:e7f2129cba4ff3b3656bbdda0e74ee00d2f874a8bcdb9dd16f5fec7b3e173cae"}, ] pycparser = [ {file = "pycparser-2.21-py2.py3-none-any.whl", hash = "sha256:8ee45429555515e1f6b185e78100aea234072576aa43ab53aefcae078162fca9"}, diff --git a/pyproject.toml b/pyproject.toml index 547ae48b2..1dea34c7a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "GitHubKit" -version = "0.9.0" +version = "0.9.1" description = "GitHub SDK for Python" authors = ["yanyongyu "] license = "MIT" @@ -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" }