Skip to content

fix: raise 400 error for invalid render format - #1494

Merged
vincentsarago merged 1 commit into
mainfrom
fix/invalid-png-400-error-code
Sep 8, 2026
Merged

fix: raise 400 error for invalid render format#1494
vincentsarago merged 1 commit into
mainfrom
fix/invalid-png-400-error-code

Conversation

@vincentsarago

Copy link
Copy Markdown
Member

Technical Context

Description

Provide a brief summary of the changes, the rationale behind them, and any specific areas you'd like the reviewers to focus on.


Checklist

  • Linting: Code is formatted and linted (uv run pre-commit run --all-files)
  • Tests: Tests pass. I have included new tests for these changes where applicable.
  • Edge Cases: I have manually verified "unhappy paths" and edge cases beyond the basic success criteria (e.g., database connection timeouts, malformed input, strict mapping rejections).
  • Documentation: I have updated README.md to reflect any new environment variables, configuration changes, or breaking updates.
  • Accountability: I can explain the implementation logic for every line of code submitted.

AI tool usage

  • AI (Copilot or something similar) supported my development of this PR. Use of AI tools HAVE TO be indicated.

Policy: We require a "human-in-the-loop." You are the author and are fully accountable for all submitted code. Please ensure all tool-generated content is thoroughly reviewed before submission to ensure it is not an "extractive contribution" that squanders maintainer time.

@vincentsarago
vincentsarago merged commit 97ff90e into main Sep 8, 2026
11 checks passed
@vincentsarago
vincentsarago deleted the fix/invalid-png-400-error-code branch September 8, 2026 13:15
@ds-release-bot ds-release-bot Bot mentioned this pull request Sep 7, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

InvalidFormat returns 500 instead of 400

1 participant