From 1a7b42444d0d98b06e7a38066c72504d8b3aead3 Mon Sep 17 00:00:00 2001 From: Carson Date: Mon, 3 Mar 2025 13:20:41 -0600 Subject: [PATCH 1/2] v0.10.0 release candidate --- package.json | 2 +- packages/py-shiny | 2 +- packages/py-shinywidgets | 2 +- shinylive_lock.json | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index c0c42845..c655e99a 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "shinylive", - "version": "0.9.3", + "version": "0.10.0", "description": "Run Shiny applications with R or Python running in the browser.", "main": "index.js", "repository": { diff --git a/packages/py-shiny b/packages/py-shiny index 1e9ed9ce..031b4755 160000 --- a/packages/py-shiny +++ b/packages/py-shiny @@ -1 +1 @@ -Subproject commit 1e9ed9ce64321141139ecbed0c983afdb8ad4eaf +Subproject commit 031b4755ef2e41635c729c67adeb7fa33f11f725 diff --git a/packages/py-shinywidgets b/packages/py-shinywidgets index 84b955af..ea041c5f 160000 --- a/packages/py-shinywidgets +++ b/packages/py-shinywidgets @@ -1 +1 @@ -Subproject commit 84b955afefbb07f151c306413362a43e0cd0e2ca +Subproject commit ea041c5f14bef7a09bb3da5b49acf945dfc42e9b diff --git a/shinylive_lock.json b/shinylive_lock.json index 1270dfa8..f831e2c1 100644 --- a/shinylive_lock.json +++ b/shinylive_lock.json @@ -45,7 +45,7 @@ "url": null, "depends": [ {"name": "ipywidgets", "specs": [[">=", "7.6.5"]]}, - {"name": "jupyter-core", "specs": []}, + {"name": "jupyter_core", "specs": []}, {"name": "shiny", "specs": [[">=", "0.6.1.9005"]]}, {"name": "python-dateutil", "specs": [[">=", "2.8.2"]]} ], From e98e30af431b95bd619e58965bba26665d67ab3f Mon Sep 17 00:00:00 2001 From: Carson Date: Mon, 3 Mar 2025 13:28:30 -0600 Subject: [PATCH 2/2] Run make all --- shinylive_lock.json | 38 ++++++++++++++++++++++++++++++++------ 1 file changed, 32 insertions(+), 6 deletions(-) diff --git a/shinylive_lock.json b/shinylive_lock.json index f831e2c1..32c3d95b 100644 --- a/shinylive_lock.json +++ b/shinylive_lock.json @@ -15,14 +15,13 @@ }, "shiny": { "name": "shiny", - "version": "1.2.0", - "filename": "shiny-1.2.0-py3-none-any.whl", + "version": "1.3.0", + "filename": "shiny-1.3.0-py3-none-any.whl", "sha256": null, "url": null, "depends": [ {"name": "typing-extensions", "specs": [[">=", "4.10.0"]]}, {"name": "starlette", "specs": []}, - {"name": "python-multipart", "specs": []}, {"name": "htmltools", "specs": [[">=", "0.6.0"]]}, {"name": "markdown-it-py", "specs": [[">=", "1.1.0"]]}, {"name": "mdit-py-plugins", "specs": [[">=", "0.3.0"]]}, @@ -39,15 +38,16 @@ }, "shinywidgets": { "name": "shinywidgets", - "version": "0.4.2", - "filename": "shinywidgets-0.4.2-py3-none-any.whl", + "version": "0.5.1", + "filename": "shinywidgets-0.5.1-py3-none-any.whl", "sha256": null, "url": null, "depends": [ {"name": "ipywidgets", "specs": [[">=", "7.6.5"]]}, {"name": "jupyter_core", "specs": []}, {"name": "shiny", "specs": [[">=", "0.6.1.9005"]]}, - {"name": "python-dateutil", "specs": [[">=", "2.8.2"]]} + {"name": "python-dateutil", "specs": [[">=", "2.8.2"]]}, + {"name": "anywidget", "specs": []} ], "imports": [ "shinywidgets" @@ -536,5 +536,31 @@ "imports": [ "jupyter_core" ] + }, + "anywidget": { + "name": "anywidget", + "version": "0.9.15", + "filename": "anywidget-0.9.15-py3-none-any.whl", + "sha256": "fd7876332e47f380e0428f552f26b7227f5694d4e0a257bbc23354d9b9e9a73c", + "url": "https://files.pythonhosted.org/packages/3a/cf/4f2797204895846d2a33a5f8e0cffcc3e23493c6daa10d500f9929da6644/anywidget-0.9.15-py3-none-any.whl", + "depends": [ + {"name": "ipywidgets", "specs": [[">=", "7.6.0"]]}, + {"name": "psygnal", "specs": [[">=", "0.8.1"]]}, + {"name": "typing-extensions", "specs": [[">=", "4.2.0"]]} + ], + "imports": [ + "anywidget" + ] + }, + "psygnal": { + "name": "psygnal", + "version": "0.12.0", + "filename": "psygnal-0.12.0-py3-none-any.whl", + "sha256": "15f39abd8bee2926e79da76bec31a258d03dbe3e61d22d6251f65caefbae5d54", + "url": "https://files.pythonhosted.org/packages/eb/fa/84fc30ad391081cb119099aae5491ba4a9ebd34ce5139bf05b31813abb84/psygnal-0.12.0-py3-none-any.whl", + "depends": [], + "imports": [ + "psygnal" + ] } } \ No newline at end of file