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.
Corrects a bug forcing camelCase on examples objects handled as dataclasses
(issue #173), updating the dependency on essentials-openapi to v1.0.4
Corrects a bug causing duplicate components definitions in generated OpenAPI
documentation, when handling Optional[T]
Minor corrections to the TestClient class: HTTP HEAD, OPTIONS, and TRACE
should not allow request content body, therefore the corresponding methods
are updated to not support a content parameter
Automatically generates 404 response documentation when a request handler
defines an Optional[T] return type (this happens only when the user doesn't
specify the documentation for an endpoint)