Closed fau-st closed 1 month ago
This error is also caused by upstream schema changes. GitHub added a discriminator to this api's body description. The discriminator points to the status
field, but one of the schema's status
field is not required. This causes pydantic raises an error. A schema patch is needed to fix this.
It seems this upstream schema change also caused another error. The status
field's allowed value list is also overrided by the oneOf
.
Hello,
With version
0.11.12
it seems that creating a check run is no longer possible::arrow_down:
It looks like it's related to the changes made to githubkit/versions/v2022_11_28/rest/checks.py but I'm not sure why it was modified.