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 =