Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion openapi_ui_bundles/__about__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
__description__ = 'Python static file bundles for OpenAPI UI tools'
__url__ = 'https://github.com/dapper91/python-openapi-ui-bundles'

__version__ = '0.2.1'
__version__ = '0.3.0'

__author__ = 'Dmitry Pershin'
__email__ = 'dapper1291@gmail.com'
Expand Down
Empty file added openapi_ui_bundles/py.typed
Empty file.
2 changes: 1 addition & 1 deletion openapi_ui_bundles/rapidoc/vendor/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@
});
</script>
<body>
<rapi-doc spec-url="./specs/temp.yaml" id="thedoc" theme="dark" render-style="view" schema-style="table" show-method-in-nav-bar="true" use-path-in-nav-bar="true" show-components="true" show-info="true" show-header="true" allow-search="false" allow-advanced-search="true" allow-spec-url-load="false" allow-spec-file-download="true" allow-server-selection="true" allow-authentication="true" update-route="false" match-type="regex" persist-auth="true"></rapi-doc>
<rapi-doc spec-url="http://petstore.swagger.io/v2/swagger.json" id="thedoc" theme="dark" render-style="view" schema-style="table" show-method-in-nav-bar="true" use-path-in-nav-bar="true" show-components="true" show-info="true" show-header="true" allow-search="false" allow-advanced-search="true" allow-spec-url-load="false" allow-spec-file-download="true" allow-server-selection="true" allow-authentication="true" update-route="false" match-type="regex" persist-auth="true"></rapi-doc>
</body>
</html>
514 changes: 260 additions & 254 deletions openapi_ui_bundles/redoc/vendor/redoc.standalone.js

Large diffs are not rendered by default.

3 changes: 1 addition & 2 deletions openapi_ui_bundles/swagger_ui/vendor/swagger-ui-bundle.js

Large diffs are not rendered by default.

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion openapi_ui_bundles/swagger_ui/vendor/swagger-ui.css

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ def parse_about():
'Programming Language :: Python :: 3.10',
'Programming Language :: Python :: 3.11',
'Programming Language :: Python :: 3.12',
'Programming Language :: Python :: 3.13',
],
project_urls={
'Source': 'https://github.com/dapper91/python-openapi_ui_bundles',
Expand Down