Skip to content

Commit

Permalink
feat: bump scalar OpenAPI Plugin to latest release (#3747)
Browse files Browse the repository at this point in the history
chore: bump to latest `scalar` release
  • Loading branch information
cofin authored Sep 21, 2024
1 parent a38c6c1 commit c487684
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion litestar/openapi/plugins.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit c487684

Please sign in to comment.