From 695f9fe936726edd45b05740912d618a097b5965 Mon Sep 17 00:00:00 2001 From: Barret Schloerke Date: Thu, 21 May 2026 17:50:13 -0400 Subject: [PATCH] chore(docs): Bump shinylive to >=0.8.8 Picks up the new shinylive web assets v0.10.10 (released alongside py-shiny v1.6.2) for the docs site shinylive embeds. Co-Authored-By: Claude Opus 4.6 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index df8c7666ba..5bb054aafe 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -130,7 +130,7 @@ doc = [ "jupyter", "jupyter_client < 8.0.0", "tabulate", - "shinylive>=0.8.6", + "shinylive>=0.8.8", "pydantic>=2.7.4", "quartodoc>=0.8.1", "griffe>=1.3.2,<2.0.0",