Skip to content

Commit

Permalink
bump swagger ui_version to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
kskarthik authored and zupo committed May 17, 2023
1 parent 6e9c6b7 commit 476232b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyramid_openapi3/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ def add_explorer_view(
route: str = "/docs/",
route_name: str = "pyramid_openapi3.explorer",
template: str = "static/index.html",
ui_version: str = "4.15.5",
ui_version: str = "4.18.3",
permission: str = NO_PERMISSION_REQUIRED,
apiname: str = "pyramid_openapi3",
proto_port: t.Optional[t.Tuple[str, int]] = None,
Expand Down

0 comments on commit 476232b

Please sign in to comment.