solara 1.43.0__tar.gz → 1.44.0__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: solara
3
- Version: 1.43.0
3
+ Version: 1.44.0
4
4
  Dynamic: Summary
5
5
  Project-URL: Home, https://www.github.com/widgetti/solara
6
6
  Project-URL: Documentation, https://solara.dev
@@ -27,8 +27,8 @@ License: The MIT License (MIT)
27
27
  OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
28
28
  THE SOFTWARE.
29
29
  Classifier: License :: OSI Approved :: MIT License
30
- Requires-Dist: solara-server[dev,starlette]==1.43.0
31
- Requires-Dist: solara-ui[all]==1.43.0
30
+ Requires-Dist: solara-server[dev,starlette]==1.44.0
31
+ Requires-Dist: solara-ui[all]==1.44.0
32
32
  Provides-Extra: all
33
33
  Requires-Dist: altair; extra == 'all'
34
34
  Requires-Dist: bqplot; extra == 'all'
@@ -54,13 +54,13 @@ Requires-Dist: polars; extra == 'all'
54
54
  Requires-Dist: pre-commit; extra == 'all'
55
55
  Requires-Dist: pytest; extra == 'all'
56
56
  Requires-Dist: pytest-cov; extra == 'all'
57
- Requires-Dist: pytest-ipywidgets[all]==1.43.0; extra == 'all'
57
+ Requires-Dist: pytest-ipywidgets[all]==1.44.0; extra == 'all'
58
58
  Requires-Dist: pytest-mock; extra == 'all'
59
59
  Requires-Dist: pytest-playwright; (python_version > '3.6') and extra == 'all'
60
60
  Requires-Dist: pytest-timeout; extra == 'all'
61
61
  Requires-Dist: python-dotenv; extra == 'all'
62
62
  Requires-Dist: ruff; (python_version > '3.6') and extra == 'all'
63
- Requires-Dist: solara-assets==1.43.0; extra == 'all'
63
+ Requires-Dist: solara-assets==1.44.0; extra == 'all'
64
64
  Requires-Dist: tiktoken; (python_version > '3.6') and extra == 'all'
65
65
  Requires-Dist: types-markdown; extra == 'all'
66
66
  Requires-Dist: types-pyyaml; extra == 'all'
@@ -70,7 +70,7 @@ Requires-Dist: vaex-hdf5; extra == 'all'
70
70
  Requires-Dist: vaex-jupyter; extra == 'all'
71
71
  Requires-Dist: vega-datasets; extra == 'all'
72
72
  Provides-Extra: assets
73
- Requires-Dist: solara-assets==1.43.0; extra == 'assets'
73
+ Requires-Dist: solara-assets==1.44.0; extra == 'assets'
74
74
  Provides-Extra: dev
75
75
  Requires-Dist: bqplot; extra == 'dev'
76
76
  Requires-Dist: bqplot-image-gl; extra == 'dev'
@@ -116,7 +116,7 @@ Requires-Dist: vaex-core; extra == 'documentation'
116
116
  Requires-Dist: vaex-hdf5; extra == 'documentation'
117
117
  Requires-Dist: vega-datasets; extra == 'documentation'
118
118
  Provides-Extra: pytest
119
- Requires-Dist: pytest-ipywidgets[all]==1.43.0; extra == 'pytest'
119
+ Requires-Dist: pytest-ipywidgets[all]==1.44.0; extra == 'pytest'
120
120
  Description-Content-Type: text/markdown
121
121
 
122
122
  **A Pure Python, React-style Framework for Scaling Your Jupyter and Web Apps**
@@ -10,13 +10,13 @@ authors = [{name = "Maarten A. Breddels", email = "maartenbreddels@gmail.com"}]
10
10
  license = {file = "LICENSE"}
11
11
  classifiers = ["License :: OSI Approved :: MIT License"]
12
12
  dynamic = ["description"]
13
- version = "1.43.0"
13
+ version = "1.44.0"
14
14
  packages = [
15
15
  { include = "solara" }
16
16
  ]
17
17
  dependencies = [
18
- "solara-ui[all]==1.43.0",
19
- "solara-server[starlette,dev]==1.43.0"
18
+ "solara-ui[all]==1.44.0",
19
+ "solara-server[starlette,dev]==1.44.0"
20
20
  ]
21
21
 
22
22
  [project.urls]
@@ -32,7 +32,7 @@ all = [
32
32
  ]
33
33
 
34
34
  assets = [
35
- "solara-assets==1.43.0"
35
+ "solara-assets==1.44.0"
36
36
  ]
37
37
 
38
38
  documentation = [
@@ -54,7 +54,7 @@ documentation = [
54
54
 
55
55
  # for backwards compatibility to support solara[pytest]
56
56
  pytest = [
57
- "pytest-ipywidgets[all]==1.43.0"
57
+ "pytest-ipywidgets[all]==1.44.0"
58
58
  ]
59
59
 
60
60
  # for backwards compatibility to support solara[dev]
File without changes
File without changes
File without changes