From c4876844266fd5eaa4062dfe77143168b3358df2 Mon Sep 17 00:00:00 2001 From: Cody Fincher <204685+cofin@users.noreply.github.com> Date: Sat, 21 Sep 2024 03:09:24 -0500 Subject: [PATCH] feat: bump `scalar` OpenAPI Plugin to `latest` release (#3747) chore: bump to latest `scalar` release --- litestar/openapi/plugins.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/litestar/openapi/plugins.py b/litestar/openapi/plugins.py index a1d6c910d0..f60989ee64 100644 --- a/litestar/openapi/plugins.py +++ b/litestar/openapi/plugins.py @@ -333,7 +333,7 @@ class ScalarRenderPlugin(OpenAPIRenderPlugin): def __init__( self, *, - version: str = "1.19.5", + version: str = "latest", js_url: str | None = None, css_url: str | None = None, path: str | Sequence[str] = "/scalar",