solara-server 1.57.0__tar.gz → 1.57.1__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.
@@ -67,6 +67,7 @@ python/.idea
67
67
  test/.idea
68
68
  venv
69
69
  .venv
70
+ uv.lock
70
71
  tmp
71
72
  python/vaex/version.py # gets generated
72
73
  **/*.egg-info/
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: solara-server
3
- Version: 1.57.0
3
+ Version: 1.57.1
4
4
  Dynamic: Summary
5
5
  Project-URL: Home, https://www.github.com/widgetti/solara
6
6
  Project-URL: Documentation, https://solara.dev
@@ -10,7 +10,7 @@ authors = [{name = "Maarten A. Breddels", email = "maartenbreddels@gmail.com"}]
10
10
  license = {file = "LICENSE"}
11
11
  requires-python = ">=3.8"
12
12
  classifiers = ["License :: OSI Approved :: MIT License"]
13
- version = "1.57.0"
13
+ version = "1.57.1"
14
14
  dynamic = ["description"]
15
15
  dependencies = [
16
16
  "solara-ui",
File without changes
File without changes