You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Improves support for pydantic, and uses ValidationError.json() (#249)
Fixes bug related to improper handling of multipart form data when using FromForm, and another bug related to using both FromFiles and FromForm in the same request handler (#248)
Fixes bug related to the static files handling overriding the router fallback route and 404 exception handler (#253).
Adds support for configuring the Internal Server Error 500 handler for unhandled exceptions (#247)
Adds built-in HSTS middleware to configure Strict-Transport-Security