solara 1.39.0__tar.gz → 1.41.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.39.0
3
+ Version: 1.41.0
4
4
  Dynamic: Summary
5
5
  Project-URL: Home, https://www.github.com/widgetti/solara
6
6
  Project-URL: Documentation, https://solara.dev
@@ -28,21 +28,22 @@ License: The MIT License (MIT)
28
28
  THE SOFTWARE.
29
29
  License-File: LICENSE
30
30
  Classifier: License :: OSI Approved :: MIT License
31
- Requires-Dist: solara-server[dev,starlette]==1.39.0
32
- Requires-Dist: solara-ui[all]==1.39.0
31
+ Requires-Dist: solara-server[dev,starlette]==1.41.0
32
+ Requires-Dist: solara-ui[all]==1.41.0
33
33
  Provides-Extra: all
34
34
  Requires-Dist: solara[assets]; extra == 'all'
35
35
  Requires-Dist: solara[dev]; extra == 'all'
36
36
  Requires-Dist: solara[documentation]; extra == 'all'
37
37
  Requires-Dist: solara[pytest]; extra == 'all'
38
38
  Provides-Extra: assets
39
- Requires-Dist: solara-assets==1.39.0; extra == 'assets'
39
+ Requires-Dist: solara-assets==1.41.0; extra == 'assets'
40
40
  Provides-Extra: dev
41
41
  Requires-Dist: bqplot; extra == 'dev'
42
42
  Requires-Dist: bqplot-image-gl; extra == 'dev'
43
43
  Requires-Dist: bump2version; extra == 'dev'
44
44
  Requires-Dist: codespell; extra == 'dev'
45
45
  Requires-Dist: dask[dataframe]; (python_version < '3.7') and extra == 'dev'
46
+ Requires-Dist: ipyaggrid; extra == 'dev'
46
47
  Requires-Dist: ipyreact; (python_version > '3.6') and extra == 'dev'
47
48
  Requires-Dist: mdit-py-plugins; extra == 'dev'
48
49
  Requires-Dist: mypy; extra == 'dev'
@@ -79,7 +80,7 @@ Requires-Dist: vaex-core; extra == 'documentation'
79
80
  Requires-Dist: vaex-hdf5; extra == 'documentation'
80
81
  Requires-Dist: vega-datasets; extra == 'documentation'
81
82
  Provides-Extra: pytest
82
- Requires-Dist: pytest-ipywidgets[all]==1.39.0; extra == 'pytest'
83
+ Requires-Dist: pytest-ipywidgets[all]==1.41.0; extra == 'pytest'
83
84
  Description-Content-Type: text/markdown
84
85
 
85
86
  **A Pure Python, React-style Framework for Scaling Your Jupyter and Web Apps**
@@ -161,7 +162,7 @@ See this snippet run live at https://solara.dev/documentation/getting_started
161
162
 
162
163
  ## Demo
163
164
 
164
- The following demo app can be used to explore a dataset (buildin or upload yourself) using
165
+ The following demo app can be used to explore a dataset (build in or upload yourself) using
165
166
  a scatter plot. The plot can be interacted with to filter the dataset, and the filtered dataset can
166
167
  be downloaded.
167
168
 
@@ -77,7 +77,7 @@ See this snippet run live at https://solara.dev/documentation/getting_started
77
77
 
78
78
  ## Demo
79
79
 
80
- The following demo app can be used to explore a dataset (buildin or upload yourself) using
80
+ The following demo app can be used to explore a dataset (build in or upload yourself) using
81
81
  a scatter plot. The plot can be interacted with to filter the dataset, and the filtered dataset can
82
82
  be downloaded.
83
83
 
@@ -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.39.0"
13
+ version = "1.41.0"
14
14
  packages = [
15
15
  { include = "solara" }
16
16
  ]
17
17
  dependencies = [
18
- "solara-ui[all]==1.39.0",
19
- "solara-server[starlette,dev]==1.39.0"
18
+ "solara-ui[all]==1.41.0",
19
+ "solara-server[starlette,dev]==1.41.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.39.0"
35
+ "solara-assets==1.41.0"
36
36
  ]
37
37
 
38
38
  documentation = [
@@ -53,7 +53,7 @@ documentation = [
53
53
 
54
54
  # for backwards compatibility to support solara[pytest]
55
55
  pytest = [
56
- "pytest-ipywidgets[all]==1.39.0"
56
+ "pytest-ipywidgets[all]==1.41.0"
57
57
  ]
58
58
 
59
59
  # for backwards compatibility to support solara[dev]
@@ -62,6 +62,7 @@ dev = [
62
62
  "python-dotenv",
63
63
  "bqplot",
64
64
  "bqplot-image-gl",
65
+ "ipyaggrid",
65
66
  "ipyreact; python_version > '3.6'",
66
67
  "vaex-core",
67
68
  "vaex-hdf5",
File without changes
File without changes