Add response media types to openapi schema for images#221
Merged
vredchenko merged 1 commit intomainfrom Jan 29, 2026
Merged
Conversation
vredchenko
approved these changes
Jan 29, 2026
Collaborator
|
I can't recall a specific reason for why the version was lower, if there was an important one CI will tell us. Also FYI if you need to bypass local git hooks: |
d1977d8 to
c209cab
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds correct content description to a couple of endpoints in the autogenerated openapi schema.
I ran into a problem with the
ruffpre-commit. It was complaining that it was receiving the--force-excludeflag multiple times. I haven't looked into it properly but my assumption is that the flag is baked into the hook in some way. Removing the argument from the pre-commit config fixed for me. I moved to v0.14.14 of the hook while I was at it, not sure if this was lower for a particular reason.