From 7618066b7f21674d894960c375e89d89d84e7c17 Mon Sep 17 00:00:00 2001 From: Georg K Date: Thu, 28 Jul 2022 03:15:26 +0300 Subject: [PATCH] feat: use swagger-4-ui-bundle (https://github.com/bartsanchez/swagger_ui_bundle) --- aiohttp_pydantic/oas/index.j2 | 41 ++++++++++------------------------- setup.cfg | 2 +- 2 files changed, 12 insertions(+), 31 deletions(-) diff --git a/aiohttp_pydantic/oas/index.j2 b/aiohttp_pydantic/oas/index.j2 index cfbaf02..fe18e0c 100644 --- a/aiohttp_pydantic/oas/index.j2 +++ b/aiohttp_pydantic/oas/index.j2 @@ -1,45 +1,27 @@ -{# This updated file is part of swagger_ui_bundle (https://github.com/dtkav/swagger_ui_bundle) #} +{# This updated file is part of swagger_ui_bundle (https://github.com/bartsanchez/swagger_ui_bundle) #} {{ title | default('Swagger UI') }} - + + -
- - - + + \ No newline at end of file diff --git a/setup.cfg b/setup.cfg index e2a20ca..181311f 100644 --- a/setup.cfg +++ b/setup.cfg @@ -32,7 +32,7 @@ python_requires = >=3.8 install_requires = aiohttp pydantic>=1.7 - swagger-ui-bundle + swagger-4-ui-bundle [options.extras_require] test =