-
-
Notifications
You must be signed in to change notification settings - Fork 766
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update swagger-ui-bundle or vendor it #1412
Comments
Maybe this helps spec-first/swagger_ui_bundle#19 |
Dropping 2.x would be an issue for connexion @aparcar. |
Okay I reworked the PR to only update to 3.52.0 |
I would be interested in using a more recent Swagger UI as well. Thanks a lot! |
Perhaps one of the other swagger-ui packages could be used: https://www.google.com/search?client=firefox-b-d&q=%22swagger-ui%22+site%3Apypi.org ? |
Fixes #1412 Fixes #1516 Since [swagger-ui-bundle](https://github.com/dtkav/swagger_ui_bundle) is no longer maintained, I forked it under the spec-first organization as [py-swagger-ui](https://github.com/spec-first/py-swagger-ui). This PR updates connexion to use it instead.
Description
The package
swagger-ui-bundle
wasn't updated in a long time and uses and outdated Swagger UI version. While there are pull requests to update the package, the maintainer did not update anything.Expected behaviour
Have the latest and greatest Swagger UI available.
Actual behaviour
Have an outdated UI which i.e. can't correctly render definitions containing
oneOf
statements.Steps to reproduce
Have a definition with a
oneOf
in it and the result will look like the following:Additional info:
Output of the commands:
python --version
pip show connexion | grep "^Version\:"
Unrelated since it's an external package.
The text was updated successfully, but these errors were encountered: