Skip to content

Commit

Permalink
v0.9.0 release candidate
Browse files Browse the repository at this point in the history
  • Loading branch information
cpsievert committed Oct 29, 2024
1 parent b1d0ab7 commit 6e4933f
Show file tree
Hide file tree
Showing 5 changed files with 26 additions and 13 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "shinylive",
"version": "0.8.0",
"version": "0.9.0",
"description": "Run Shiny applications with R or Python running in the browser.",
"main": "index.js",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion packages/py-shiny
Submodule py-shiny updated 243 files
31 changes: 22 additions & 9 deletions shinylive_lock.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"htmltools": {
"name": "htmltools",
"version": "0.5.3",
"filename": "htmltools-0.5.3-py3-none-any.whl",
"version": "0.6.0",
"filename": "htmltools-0.6.0-py3-none-any.whl",
"sha256": null,
"url": null,
"depends": [
Expand All @@ -15,30 +15,32 @@
},
"shiny": {
"name": "shiny",
"version": "1.1.0",
"filename": "shiny-1.1.0-py3-none-any.whl",
"version": "1.2.0",
"filename": "shiny-1.2.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.5.2"]]},
{"name": "htmltools", "specs": [[">=", "0.6.0"]]},
{"name": "markdown-it-py", "specs": [[">=", "1.1.0"]]},
{"name": "mdit-py-plugins", "specs": [[">=", "0.3.0"]]},
{"name": "linkify-it-py", "specs": [[">=", "1.0"]]},
{"name": "appdirs", "specs": [[">=", "1.4.4"]]},
{"name": "asgiref", "specs": [[">=", "3.5.2"]]},
{"name": "packaging", "specs": [[">=", "20.9"]]}
{"name": "packaging", "specs": [[">=", "20.9"]]},
{"name": "narwhals", "specs": [[">=", "1.10.0"]]},
{"name": "orjson", "specs": [[">=", "3.10.7"]]}
],
"imports": [
"shiny"
]
},
"shinywidgets": {
"name": "shinywidgets",
"version": "0.3.2",
"filename": "shinywidgets-0.3.2-py3-none-any.whl",
"version": "0.3.4",
"filename": "shinywidgets-0.3.4-py3-none-any.whl",
"sha256": null,
"url": null,
"depends": [
Expand Down Expand Up @@ -95,7 +97,7 @@
},
"plotnine": {
"name": "plotnine",
"version": "0.0.post1930+g64295e1",
"version": "0.0.post20+g64295e1",
"filename": "plotnine-0.0.0-py3-none-any.whl",
"sha256": null,
"url": null,
Expand Down Expand Up @@ -499,5 +501,16 @@
"imports": [
"sniffio"
]
},
"narwhals": {
"name": "narwhals",
"version": "1.12.1",
"filename": "narwhals-1.12.1-py3-none-any.whl",
"sha256": "e251cb5fe4cabdcabb847d359f5de2b81df773df47e46f858fd5570c936919c4",
"url": "https://files.pythonhosted.org/packages/05/a8/22981ae479f9fc8d8f2d2bae3e399222887693c08fadeb575c3e220d1179/narwhals-1.12.1-py3-none-any.whl",
"depends": [],
"imports": [
"narwhals"
]
}
}

0 comments on commit 6e4933f

Please sign in to comment.