solara-server 1.51.0__tar.gz → 1.52.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-server
3
- Version: 1.51.0
3
+ Version: 1.52.0
4
4
  Dynamic: Summary
5
5
  Project-URL: Home, https://www.github.com/widgetti/solara
6
6
  Project-URL: Documentation, https://solara.dev
@@ -30,7 +30,7 @@ Classifier: License :: OSI Approved :: MIT License
30
30
  Requires-Python: >=3.7
31
31
  Requires-Dist: click>=7.1.0
32
32
  Requires-Dist: filelock
33
- Requires-Dist: ipykernel
33
+ Requires-Dist: ipykernel!=7.0.0,!=7.0.1
34
34
  Requires-Dist: jinja2
35
35
  Requires-Dist: jupyter-client
36
36
  Requires-Dist: nbformat
@@ -10,7 +10,7 @@ authors = [{name = "Maarten A. Breddels", email = "maartenbreddels@gmail.com"}]
10
10
  license = {file = "LICENSE"}
11
11
  requires-python = ">=3.7"
12
12
  classifiers = ["License :: OSI Approved :: MIT License"]
13
- version = "1.51.0"
13
+ version = "1.52.0"
14
14
  dynamic = ["description"]
15
15
  dependencies = [
16
16
  "solara-ui",
@@ -18,7 +18,7 @@ dependencies = [
18
18
  "click>=7.1.0",
19
19
  "rich_click",
20
20
  "filelock",
21
- "ipykernel",
21
+ "ipykernel!=7.0.0,!=7.0.1",
22
22
  "nbformat",
23
23
  "jupyter_client",
24
24
  ]
File without changes
File without changes