solara 1.41.0__tar.gz → 1.43.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.41.0
3
+ Version: 1.43.0
4
4
  Dynamic: Summary
5
5
  Project-URL: Home, https://www.github.com/widgetti/solara
6
6
  Project-URL: Documentation, https://solara.dev
@@ -26,17 +26,51 @@ License: The MIT License (MIT)
26
26
  LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
27
27
  OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
28
28
  THE SOFTWARE.
29
- License-File: LICENSE
30
29
  Classifier: License :: OSI Approved :: MIT License
31
- Requires-Dist: solara-server[dev,starlette]==1.41.0
32
- Requires-Dist: solara-ui[all]==1.41.0
30
+ Requires-Dist: solara-server[dev,starlette]==1.43.0
31
+ Requires-Dist: solara-ui[all]==1.43.0
33
32
  Provides-Extra: all
34
- Requires-Dist: solara[assets]; extra == 'all'
35
- Requires-Dist: solara[dev]; extra == 'all'
36
- Requires-Dist: solara[documentation]; extra == 'all'
37
- Requires-Dist: solara[pytest]; extra == 'all'
33
+ Requires-Dist: altair; extra == 'all'
34
+ Requires-Dist: bqplot; extra == 'all'
35
+ Requires-Dist: bqplot-image-gl; extra == 'all'
36
+ Requires-Dist: bump2version; extra == 'all'
37
+ Requires-Dist: codespell; extra == 'all'
38
+ Requires-Dist: dask[dataframe]; (python_version < '3.7') and extra == 'all'
39
+ Requires-Dist: folium; extra == 'all'
40
+ Requires-Dist: ipyaggrid; extra == 'all'
41
+ Requires-Dist: ipycanvas; extra == 'all'
42
+ Requires-Dist: ipyleaflet; extra == 'all'
43
+ Requires-Dist: ipyreact; (python_version > '3.6') and extra == 'all'
44
+ Requires-Dist: matplotlib; extra == 'all'
45
+ Requires-Dist: mdit-py-plugins; extra == 'all'
46
+ Requires-Dist: mkdocs-pycafe; extra == 'all'
47
+ Requires-Dist: mypy; extra == 'all'
48
+ Requires-Dist: numpy<2; extra == 'all'
49
+ Requires-Dist: objgraph; extra == 'all'
50
+ Requires-Dist: openai; extra == 'all'
51
+ Requires-Dist: playwright; (python_version > '3.6') and extra == 'all'
52
+ Requires-Dist: plotly; extra == 'all'
53
+ Requires-Dist: polars; extra == 'all'
54
+ Requires-Dist: pre-commit; extra == 'all'
55
+ Requires-Dist: pytest; extra == 'all'
56
+ Requires-Dist: pytest-cov; extra == 'all'
57
+ Requires-Dist: pytest-ipywidgets[all]==1.43.0; extra == 'all'
58
+ Requires-Dist: pytest-mock; extra == 'all'
59
+ Requires-Dist: pytest-playwright; (python_version > '3.6') and extra == 'all'
60
+ Requires-Dist: pytest-timeout; extra == 'all'
61
+ Requires-Dist: python-dotenv; extra == 'all'
62
+ Requires-Dist: ruff; (python_version > '3.6') and extra == 'all'
63
+ Requires-Dist: solara-assets==1.43.0; extra == 'all'
64
+ Requires-Dist: tiktoken; (python_version > '3.6') and extra == 'all'
65
+ Requires-Dist: types-markdown; extra == 'all'
66
+ Requires-Dist: types-pyyaml; extra == 'all'
67
+ Requires-Dist: types-requests; extra == 'all'
68
+ Requires-Dist: vaex-core; extra == 'all'
69
+ Requires-Dist: vaex-hdf5; extra == 'all'
70
+ Requires-Dist: vaex-jupyter; extra == 'all'
71
+ Requires-Dist: vega-datasets; extra == 'all'
38
72
  Provides-Extra: assets
39
- Requires-Dist: solara-assets==1.41.0; extra == 'assets'
73
+ Requires-Dist: solara-assets==1.43.0; extra == 'assets'
40
74
  Provides-Extra: dev
41
75
  Requires-Dist: bqplot; extra == 'dev'
42
76
  Requires-Dist: bqplot-image-gl; extra == 'dev'
@@ -48,6 +82,7 @@ Requires-Dist: ipyreact; (python_version > '3.6') and extra == 'dev'
48
82
  Requires-Dist: mdit-py-plugins; extra == 'dev'
49
83
  Requires-Dist: mypy; extra == 'dev'
50
84
  Requires-Dist: numpy<2; extra == 'dev'
85
+ Requires-Dist: objgraph; extra == 'dev'
51
86
  Requires-Dist: playwright; (python_version > '3.6') and extra == 'dev'
52
87
  Requires-Dist: plotly; extra == 'dev'
53
88
  Requires-Dist: polars; extra == 'dev'
@@ -72,15 +107,16 @@ Requires-Dist: folium; extra == 'documentation'
72
107
  Requires-Dist: ipycanvas; extra == 'documentation'
73
108
  Requires-Dist: ipyleaflet; extra == 'documentation'
74
109
  Requires-Dist: matplotlib; extra == 'documentation'
110
+ Requires-Dist: mkdocs-pycafe; extra == 'documentation'
75
111
  Requires-Dist: numpy<2; extra == 'documentation'
76
112
  Requires-Dist: openai; extra == 'documentation'
77
113
  Requires-Dist: plotly; extra == 'documentation'
78
- Requires-Dist: tiktoken; extra == 'documentation'
114
+ Requires-Dist: tiktoken; (python_version > '3.6') and extra == 'documentation'
79
115
  Requires-Dist: vaex-core; extra == 'documentation'
80
116
  Requires-Dist: vaex-hdf5; extra == 'documentation'
81
117
  Requires-Dist: vega-datasets; extra == 'documentation'
82
118
  Provides-Extra: pytest
83
- Requires-Dist: pytest-ipywidgets[all]==1.41.0; extra == 'pytest'
119
+ Requires-Dist: pytest-ipywidgets[all]==1.43.0; extra == 'pytest'
84
120
  Description-Content-Type: text/markdown
85
121
 
86
122
  **A Pure Python, React-style Framework for Scaling Your Jupyter and Web Apps**
@@ -1,5 +1,5 @@
1
1
  [build-system]
2
- requires = ["hatchling==1.22.2"]
2
+ requires = ["hatchling==1.26.3"]
3
3
  build-backend = "hatchling.build"
4
4
 
5
5
 
@@ -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.41.0"
13
+ version = "1.43.0"
14
14
  packages = [
15
15
  { include = "solara" }
16
16
  ]
17
17
  dependencies = [
18
- "solara-ui[all]==1.41.0",
19
- "solara-server[starlette,dev]==1.41.0"
18
+ "solara-ui[all]==1.43.0",
19
+ "solara-server[starlette,dev]==1.43.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.41.0"
35
+ "solara-assets==1.43.0"
36
36
  ]
37
37
 
38
38
  documentation = [
@@ -42,18 +42,19 @@ documentation = [
42
42
  "ipycanvas",
43
43
  "ipyleaflet",
44
44
  "matplotlib",
45
+ "mkdocs-pycafe",
45
46
  "vega_datasets",
46
47
  "openai",
47
48
  "plotly",
48
49
  "vaex-core",
49
50
  "vaex-hdf5",
50
- "tiktoken",
51
+ "tiktoken; python_version > '3.6'",
51
52
  "numpy<2",
52
53
  ]
53
54
 
54
55
  # for backwards compatibility to support solara[pytest]
55
56
  pytest = [
56
- "pytest-ipywidgets[all]==1.41.0"
57
+ "pytest-ipywidgets[all]==1.43.0"
57
58
  ]
58
59
 
59
60
  # for backwards compatibility to support solara[dev]
@@ -73,6 +74,7 @@ dev = [
73
74
  "types-requests",
74
75
  "types-markdown",
75
76
  "types-PyYAML",
77
+ "objgraph",
76
78
  "pytest",
77
79
  "pytest-mock",
78
80
  "pytest-cov",
File without changes
File without changes
File without changes