Skip to content

Commit 22c7af1

Browse files
authored
Merge pull request #4 from dapper91/upgrade
- redoc upgraded to 2.2.0 - swagger-ui upgraded to 5.17.14
2 parents 31e19e4 + 7b1f8f7 commit 22c7af1

File tree

8 files changed

+266
-261
lines changed

8 files changed

+266
-261
lines changed

openapi_ui_bundles/__about__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
__description__ = 'Python static file bundles for OpenAPI UI tools'
33
__url__ = 'https://github.com/dapper91/python-openapi-ui-bundles'
44

5-
__version__ = '0.2.1'
5+
__version__ = '0.3.0'
66

77
__author__ = 'Dmitry Pershin'
88
__email__ = 'dapper1291@gmail.com'

openapi_ui_bundles/py.typed

Whitespace-only changes.

openapi_ui_bundles/rapidoc/vendor/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@
1717
});
1818
</script>
1919
<body>
20-
<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>
20+
<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>
2121
</body>
2222
</html>

openapi_ui_bundles/redoc/vendor/redoc.standalone.js

Lines changed: 260 additions & 254 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

openapi_ui_bundles/swagger_ui/vendor/swagger-ui-bundle.js

Lines changed: 1 addition & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

openapi_ui_bundles/swagger_ui/vendor/swagger-ui-standalone-preset.js

Lines changed: 1 addition & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

openapi_ui_bundles/swagger_ui/vendor/swagger-ui.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ def parse_about():
6464
'Programming Language :: Python :: 3.10',
6565
'Programming Language :: Python :: 3.11',
6666
'Programming Language :: Python :: 3.12',
67+
'Programming Language :: Python :: 3.13',
6768
],
6869
project_urls={
6970
'Source': 'https://github.com/dapper91/python-openapi_ui_bundles',

0 commit comments

Comments
 (0)