PWZER / swagger-ui-py

Swagger UI for Python web framework, such Tornado, Flask and Sanic. https://pwzer.github.io/swagger-ui-py/
https://pypi.org/project/swagger-ui-py
Apache License 2.0
68 stars 31 forks source link

Update swagger-ui to 5.0.0 #38

Closed kshpytsya closed 1 year ago

kshpytsya commented 1 year ago

Swagger-ui 5.0.0 has been released two months ago and adds support for OpenAPI spec 3.1.0 which adds a lot of improvements to complex types.

PWZER commented 1 year ago

@kshpytsya You can see the latest version

kshpytsya commented 1 year ago

Great! Works for me and has saved me a couple of dozens of lines of code that was doing conversion of OAS3.1 to OAS3.0 just to make it usable with swagger-ui.