Commits
Click on a commit to change the comparison rangeFix type annotation to enforce string values in dict
The JsonStringOrDict type should return dict[str, str] not dict[str, Any]
to maintain proper validation of header values as strings.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>