Skip to content

Commit 6e4933f

Browse files
committed
v0.9.0 release candidate
1 parent b1d0ab7 commit 6e4933f

File tree

5 files changed

+26
-13
lines changed

5 files changed

+26
-13
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"private": true,
33
"name": "shinylive",
4-
"version": "0.8.0",
4+
"version": "0.9.0",
55
"description": "Run Shiny applications with R or Python running in the browser.",
66
"main": "index.js",
77
"repository": {

packages/py-shiny

Submodule py-shiny updated 243 files

shinylive_lock.json

Lines changed: 22 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"htmltools": {
33
"name": "htmltools",
4-
"version": "0.5.3",
5-
"filename": "htmltools-0.5.3-py3-none-any.whl",
4+
"version": "0.6.0",
5+
"filename": "htmltools-0.6.0-py3-none-any.whl",
66
"sha256": null,
77
"url": null,
88
"depends": [
@@ -15,30 +15,32 @@
1515
},
1616
"shiny": {
1717
"name": "shiny",
18-
"version": "1.1.0",
19-
"filename": "shiny-1.1.0-py3-none-any.whl",
18+
"version": "1.2.0",
19+
"filename": "shiny-1.2.0-py3-none-any.whl",
2020
"sha256": null,
2121
"url": null,
2222
"depends": [
2323
{"name": "typing-extensions", "specs": [[">=", "4.10.0"]]},
2424
{"name": "starlette", "specs": []},
2525
{"name": "python-multipart", "specs": []},
26-
{"name": "htmltools", "specs": [[">=", "0.5.2"]]},
26+
{"name": "htmltools", "specs": [[">=", "0.6.0"]]},
2727
{"name": "markdown-it-py", "specs": [[">=", "1.1.0"]]},
2828
{"name": "mdit-py-plugins", "specs": [[">=", "0.3.0"]]},
2929
{"name": "linkify-it-py", "specs": [[">=", "1.0"]]},
3030
{"name": "appdirs", "specs": [[">=", "1.4.4"]]},
3131
{"name": "asgiref", "specs": [[">=", "3.5.2"]]},
32-
{"name": "packaging", "specs": [[">=", "20.9"]]}
32+
{"name": "packaging", "specs": [[">=", "20.9"]]},
33+
{"name": "narwhals", "specs": [[">=", "1.10.0"]]},
34+
{"name": "orjson", "specs": [[">=", "3.10.7"]]}
3335
],
3436
"imports": [
3537
"shiny"
3638
]
3739
},
3840
"shinywidgets": {
3941
"name": "shinywidgets",
40-
"version": "0.3.2",
41-
"filename": "shinywidgets-0.3.2-py3-none-any.whl",
42+
"version": "0.3.4",
43+
"filename": "shinywidgets-0.3.4-py3-none-any.whl",
4244
"sha256": null,
4345
"url": null,
4446
"depends": [
@@ -95,7 +97,7 @@
9597
},
9698
"plotnine": {
9799
"name": "plotnine",
98-
"version": "0.0.post1930+g64295e1",
100+
"version": "0.0.post20+g64295e1",
99101
"filename": "plotnine-0.0.0-py3-none-any.whl",
100102
"sha256": null,
101103
"url": null,
@@ -499,5 +501,16 @@
499501
"imports": [
500502
"sniffio"
501503
]
504+
},
505+
"narwhals": {
506+
"name": "narwhals",
507+
"version": "1.12.1",
508+
"filename": "narwhals-1.12.1-py3-none-any.whl",
509+
"sha256": "e251cb5fe4cabdcabb847d359f5de2b81df773df47e46f858fd5570c936919c4",
510+
"url": "https://files.pythonhosted.org/packages/05/a8/22981ae479f9fc8d8f2d2bae3e399222887693c08fadeb575c3e220d1179/narwhals-1.12.1-py3-none-any.whl",
511+
"depends": [],
512+
"imports": [
513+
"narwhals"
514+
]
502515
}
503516
}

0 commit comments

Comments
 (0)