Skip to content

Commit ccb5e84

Browse files
schloerkeclaude
andauthored
release: shinylive v0.10.8 (#220)
- Bump version in package.json to 0.10.8 - Update py-shiny submodule to v1.6.0 release - Regenerate shinylive_lock.json with shiny 1.6.0 Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 5c48d94 commit ccb5e84

File tree

3 files changed

+44
-5
lines changed

3 files changed

+44
-5
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.10.7",
4+
"version": "0.10.8",
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 356 files

shinylive_lock.json

Lines changed: 42 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
},
1616
"shiny": {
1717
"name": "shiny",
18-
"version": "1.5.1",
19-
"filename": "shiny-1.5.1-py3-none-any.whl",
18+
"version": "1.6.0",
19+
"filename": "shiny-1.6.0-py3-none-any.whl",
2020
"sha256": null,
2121
"url": null,
2222
"depends": [
@@ -31,7 +31,8 @@
3131
{"name": "packaging", "specs": [[">=", "20.9"]]},
3232
{"name": "narwhals", "specs": [[">=", "1.10.0"]]},
3333
{"name": "orjson", "specs": [[">=", "3.10.7"]]},
34-
{"name": "shinychat", "specs": [[">=", "0.1.0"]]}
34+
{"name": "shinychat", "specs": [[">=", "0.1.0"]]},
35+
{"name": "opentelemetry-api", "specs": [[">=", "1.20.0"]]}
3536
],
3637
"imports": [
3738
"shiny"
@@ -577,5 +578,43 @@
577578
"imports": [
578579
"shinychat"
579580
]
581+
},
582+
"opentelemetry-api": {
583+
"name": "opentelemetry-api",
584+
"version": "1.40.0",
585+
"filename": "opentelemetry_api-1.40.0-py3-none-any.whl",
586+
"sha256": "82dd69331ae74b06f6a874704be0cfaa49a1650e1537d4a813b86ecef7d0ecf9",
587+
"url": "https://files.pythonhosted.org/packages/5f/bf/93795954016c522008da367da292adceed71cca6ee1717e1d64c83089099/opentelemetry_api-1.40.0-py3-none-any.whl",
588+
"depends": [
589+
{"name": "importlib-metadata", "specs": [["<", "8.8.0"], [">=", "6.0"]]},
590+
{"name": "typing-extensions", "specs": [[">=", "4.5.0"]]}
591+
],
592+
"imports": [
593+
"opentelemetry_api"
594+
]
595+
},
596+
"importlib-metadata": {
597+
"name": "importlib-metadata",
598+
"version": "9.0.0",
599+
"filename": "importlib_metadata-9.0.0-py3-none-any.whl",
600+
"sha256": "2d21d1cc5a017bd0559e36150c21c830ab1dc304dedd1b7ea85d20f45ef3edd7",
601+
"url": "https://files.pythonhosted.org/packages/38/3d/2d244233ac4f76e38533cfcb2991c9eb4c7bf688ae0a036d30725b8faafe/importlib_metadata-9.0.0-py3-none-any.whl",
602+
"depends": [
603+
{"name": "zipp", "specs": [[">=", "3.20"]]}
604+
],
605+
"imports": [
606+
"importlib_metadata"
607+
]
608+
},
609+
"zipp": {
610+
"name": "zipp",
611+
"version": "3.23.0",
612+
"filename": "zipp-3.23.0-py3-none-any.whl",
613+
"sha256": "071652d6115ed432f5ce1d34c336c0adfd6a884660d1e9712a256d3d3bd4b14e",
614+
"url": "https://files.pythonhosted.org/packages/2e/54/647ade08bf0db230bfea292f893923872fd20be6ac6f53b2b936ba839d75/zipp-3.23.0-py3-none-any.whl",
615+
"depends": [],
616+
"imports": [
617+
"zipp"
618+
]
580619
}
581620
}

0 commit comments

Comments
 (0)