Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Alias all query parameters with UPPER_CASE versions #112

Closed
mpiannucci opened this issue Jan 27, 2025 · 2 comments · Fixed by #113
Closed

Alias all query parameters with UPPER_CASE versions #112

mpiannucci opened this issue Jan 27, 2025 · 2 comments · Fixed by #113
Labels
bug Something isn't working

Comments

@mpiannucci
Copy link
Collaborator

Some tools like QGIS #97 send their requests with CAPATILIZED query params. Right now pydantic chokes on this and it definitely should not

@mpiannucci mpiannucci added the bug Something isn't working label Jan 27, 2025
@rabernat
Copy link

That sounds like a pretty easy thing to fix! 😁

@mpiannucci
Copy link
Collaborator Author

mpiannucci commented Jan 27, 2025

Shockingly there is no way in pydantic and fastapi to make query params case insensitive 🤯

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants