We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Some tools like QGIS #97 send their requests with CAPATILIZED query params. Right now pydantic chokes on this and it definitely should not
The text was updated successfully, but these errors were encountered:
That sounds like a pretty easy thing to fix! 😁
Sorry, something went wrong.
Shockingly there is no way in pydantic and fastapi to make query params case insensitive 🤯
Successfully merging a pull request may close this issue.
Some tools like QGIS #97 send their requests with CAPATILIZED query params. Right now pydantic chokes on this and it definitely should not
The text was updated successfully, but these errors were encountered: