pgjones / quart-schema

Quart-Schema is a Quart extension that provides schema validation and auto-generated API documentation.
MIT License
76 stars 24 forks source link

Bug: Swagger UI Broken #54

Closed bselman1 closed 1 year ago

bselman1 commented 1 year ago

The swagger documentation page displays the following error in version 0.17: image

Looks like this is related to OpenAPI version bump in commit 4464c85 (3.03 -> 3.1).

Changing the default values for QUART_SCHEMA_SWAGGER_JS_URL and QUART_SCHEMA_SWAGGER_CSS_URL in extension.py to version 5 of swagger-ui seems to fix the issue.

pgjones commented 1 year ago

Fixed in f59345d058e753b1c8e464ef8ad317a72f1cbf4c