solara-server 1.40.0__tar.gz → 1.42.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.40.0
3
+ Version: 1.42.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,7 +26,6 @@ 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
30
  Requires-Dist: click>=7.1.0
32
31
  Requires-Dist: filelock
@@ -37,9 +36,13 @@ Requires-Dist: nbformat
37
36
  Requires-Dist: rich-click
38
37
  Requires-Dist: solara-ui
39
38
  Provides-Extra: all
40
- Requires-Dist: solara-server[dev]; extra == 'all'
41
- Requires-Dist: solara-server[flask]; extra == 'all'
42
- Requires-Dist: solara-server[starlette]; extra == 'all'
39
+ Requires-Dist: flask; extra == 'all'
40
+ Requires-Dist: flask-sock; extra == 'all'
41
+ Requires-Dist: starlette; extra == 'all'
42
+ Requires-Dist: uvicorn; extra == 'all'
43
+ Requires-Dist: watchdog; extra == 'all'
44
+ Requires-Dist: watchfiles; (python_version > '3.6') and extra == 'all'
45
+ Requires-Dist: websockets; extra == 'all'
43
46
  Provides-Extra: dev
44
47
  Requires-Dist: watchdog; extra == 'dev'
45
48
  Requires-Dist: watchfiles; (python_version > '3.6') and extra == 'dev'
@@ -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
 
@@ -9,7 +9,7 @@ readme = "README.md"
9
9
  authors = [{name = "Maarten A. Breddels", email = "maartenbreddels@gmail.com"}]
10
10
  license = {file = "LICENSE"}
11
11
  classifiers = ["License :: OSI Approved :: MIT License"]
12
- version = "1.40.0"
12
+ version = "1.42.0"
13
13
  dynamic = ["description"]
14
14
  dependencies = [
15
15
  "solara-ui",
File without changes
File without changes