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.
Fixes a bug happening when trying to serialize examples in JSON, when they
contain datetimes and are provided in YAML;
(bug report).
Fixes a bug related to missing resolution of references for requestBody;
(bug report).
Fixes support for code fences (disables by default autoescape, since the
source of OpenAPI Specification files is supposed to be trusted anyway.
Those who still wants to have autoescape enabled with Jinja can do so
setting an environment variable: SELECT_AUTOESCAPE=1;
(bug report).