diff --git a/drf_spectacular_sidecar/py.typed b/drf_spectacular_sidecar/py.typed new file mode 100644 index 0000000..e69de29 diff --git a/update_assets.py b/update_assets.py index 97ceeff..07c4c78 100644 --- a/update_assets.py +++ b/update_assets.py @@ -102,7 +102,7 @@ def update_swagger_ui() -> tuple[str, Optional[str]]: # download license from GH as it is unfortunately not packaged in swagger-ui-dist validated_download( url=f"https://raw.githubusercontent.com/swagger-api/swagger-ui/v{new_version}/LICENSE", - target=f"swagger-ui-dist/swagger-ui-bundle.js.LICENSE.txt", + target="swagger-ui-dist/swagger-ui-bundle.js.LICENSE.txt", expected_hash=None ) return old_version, new_version