supervaizer 0.10.1__py3-none-any.whl → 0.10.4__py3-none-any.whl

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.
@@ -5,6 +5,6 @@
5
5
  # https://mozilla.org/MPL/2.0/.
6
6
 
7
7
 
8
- VERSION = "0.10.1"
8
+ VERSION = "0.10.4"
9
9
  API_VERSION = "v1"
10
10
  TELEMETRY_VERSION = "v1"
@@ -11,7 +11,6 @@ This module handles Docker-related operations for deployment.
11
11
  """
12
12
 
13
13
  import os
14
- import subprocess
15
14
  from pathlib import Path
16
15
  from typing import Optional
17
16
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: supervaizer
3
- Version: 0.10.1
3
+ Version: 0.10.4
4
4
  Summary: Controller system for Supervaize
5
5
  Project-URL: Homepage, https://supervaize.com
6
6
  Project-URL: Repository, https://github.com/supervaize/supervaizer
@@ -14,46 +14,47 @@ Classifier: Intended Audience :: Developers
14
14
  Classifier: License :: OSI Approved :: Mozilla Public License 2.0 (MPL 2.0)
15
15
  Classifier: Programming Language :: Python :: 3
16
16
  Classifier: Programming Language :: Python :: 3.12
17
+ Classifier: Programming Language :: Python :: 3.13
17
18
  Requires-Python: >=3.12
18
19
  Requires-Dist: art>=6.5
19
- Requires-Dist: cryptography>=46.0.2
20
- Requires-Dist: demjson3>=3.0.6
21
- Requires-Dist: deprecated>=1.2.18
22
- Requires-Dist: fastapi>=0.118.0
20
+ Requires-Dist: cryptography>=46.0.0
21
+ Requires-Dist: demjson3>=3.0.0
22
+ Requires-Dist: deprecated>=1.3.0
23
+ Requires-Dist: fastapi>=0.128.0
23
24
  Requires-Dist: httpx>=0.28.1
24
25
  Requires-Dist: jinja2>=3.1.6
25
26
  Requires-Dist: loguru>=0.7.3
26
- Requires-Dist: orjson>=3.11.3
27
- Requires-Dist: packaging>=24.0
28
- Requires-Dist: psutil>=7.1.0
27
+ Requires-Dist: orjson>=3.11.5
28
+ Requires-Dist: packaging>=25.0
29
+ Requires-Dist: psutil>=7.2.0
29
30
  Requires-Dist: pydantic>=2.12.0
30
- Requires-Dist: python-slugify>=8.0.4
31
- Requires-Dist: pyyaml>=6.0.3
32
- Requires-Dist: rich>=14.1.0
33
- Requires-Dist: shortuuid>=1.0.13
34
- Requires-Dist: sse-starlette>=3.0.2
35
- Requires-Dist: tinydb>=4.8.1
36
- Requires-Dist: typer>=0.19.2
37
- Requires-Dist: uvicorn>=0.36.0
31
+ Requires-Dist: python-slugify>=8.0.0
32
+ Requires-Dist: pyyaml>=6.0.0
33
+ Requires-Dist: rich>=14.3.0
34
+ Requires-Dist: shortuuid>=1.0.0
35
+ Requires-Dist: sse-starlette>=3.2.0
36
+ Requires-Dist: tinydb>=4.8.0
37
+ Requires-Dist: typer>=0.21.0
38
+ Requires-Dist: uvicorn>=0.40.0
38
39
  Provides-Extra: deploy
39
- Requires-Dist: boto3>=1.34.0; extra == 'deploy'
40
+ Requires-Dist: boto3>=1.42.30; extra == 'deploy'
40
41
  Requires-Dist: docker>=7.0.0; extra == 'deploy'
41
- Requires-Dist: google-cloud-artifact-registry>=1.8.0; extra == 'deploy'
42
- Requires-Dist: google-cloud-run>=0.10.0; extra == 'deploy'
43
- Requires-Dist: google-cloud-secret-manager>=2.18.0; extra == 'deploy'
42
+ Requires-Dist: google-cloud-artifact-registry>=1.19.0; extra == 'deploy'
43
+ Requires-Dist: google-cloud-run>=0.15.0; extra == 'deploy'
44
+ Requires-Dist: google-cloud-secret-manager>=2.26.0; extra == 'deploy'
44
45
  Provides-Extra: dev
45
- Requires-Dist: hatch>=1.14.2; extra == 'dev'
46
- Requires-Dist: jsonschema>=4.25.1; extra == 'dev'
47
- Requires-Dist: mypy>=1.18.2; extra == 'dev'
48
- Requires-Dist: pre-commit>=3.7.0; extra == 'dev'
49
- Requires-Dist: pytest-asyncio>=1.2.0; extra == 'dev'
46
+ Requires-Dist: hatch>=1.16.3; extra == 'dev'
47
+ Requires-Dist: jsonschema>=4.26.0; extra == 'dev'
48
+ Requires-Dist: mypy>=1.19.1; extra == 'dev'
49
+ Requires-Dist: pre-commit>=4.5.1; extra == 'dev'
50
+ Requires-Dist: pytest-asyncio>=1.3.0; extra == 'dev'
50
51
  Requires-Dist: pytest-cov>=7.0.0; extra == 'dev'
51
52
  Requires-Dist: pytest-mock>=3.15.1; extra == 'dev'
52
53
  Requires-Dist: pytest-sugar>=1.1.1; extra == 'dev'
53
- Requires-Dist: pytest>=8.4.2; extra == 'dev'
54
+ Requires-Dist: pytest>=8.5.0; extra == 'dev'
54
55
  Requires-Dist: respx>=0.22.0; extra == 'dev'
55
- Requires-Dist: ruff>=0.13.3; extra == 'dev'
56
- Requires-Dist: types-deprecated>=1.2.15.20250304; extra == 'dev'
56
+ Requires-Dist: ruff>=0.14.14; extra == 'dev'
57
+ Requires-Dist: types-deprecated>=1.3.1; extra == 'dev'
57
58
  Requires-Dist: types-python-slugify>=8.0.2.20240310; extra == 'dev'
58
59
  Description-Content-Type: text/markdown
59
60
 
@@ -1,5 +1,5 @@
1
1
  supervaizer/__init__.py,sha256=eBbGjduMBH-FDjcGlSqeR4Kf4uo60Cf1DrRur8VGkJo,2341
2
- supervaizer/__version__.py,sha256=2PlxuvWcWSJzHgfBHs6FLM9v9mf7WLcwSudbg3ovsHQ,348
2
+ supervaizer/__version__.py,sha256=dqcTOslmu5BASIIefbJ2p6QCJIKu5lkyUJbg3cCUwBQ,348
3
3
  supervaizer/account.py,sha256=-K1pd590Lp2TncZ2jn442kBLxnm482G3WnQavVFxZ1s,11102
4
4
  supervaizer/account_service.py,sha256=z4lw8qp8XvCrU6Ndf4VHRnQwY_071410ts5_7E8YDAs,3046
5
5
  supervaizer/agent.py,sha256=Clenvdr_v-lV7_v6YCcevp8dj5JUNvpTWrBZBYM82lg,36509
@@ -39,7 +39,7 @@ supervaizer/admin/templates/server_status_cards.html,sha256=yJ36hkfgQpscYkiaodFD
39
39
  supervaizer/admin/templates/supervaize_instructions.html,sha256=LTLla1xgIeLpFf7bond_lxH5qdQQ2ak52Fd7hqChi1I,10225
40
40
  supervaizer/deploy/__init__.py,sha256=DvngGQu8tS_Yz5FU4kKCvPpod11IGCtZWkUNeB5aVHI,557
41
41
  supervaizer/deploy/cli.py,sha256=pFsQjbALSkKiZ2_OGzNZJzX_vrshGyAzdf1jGShGztk,9841
42
- supervaizer/deploy/docker.py,sha256=r1IplAWd7xWNlKZiLswLhlDdGO0SklOyC9YrNmntTGY,13828
42
+ supervaizer/deploy/docker.py,sha256=FLMKHOnbnjMFTcULdRdgwKJwT-q8JtVwbN1iSemh21w,13810
43
43
  supervaizer/deploy/driver_factory.py,sha256=Qm6DYVUfV3mlRHUglk5YlslGg6JYZ754uKeoiyxXw10,1487
44
44
  supervaizer/deploy/health.py,sha256=vh4SMOxy43QXi1fanQjWfWqoGTy_z1VXwwfy4Fq2bHg,13764
45
45
  supervaizer/deploy/state.py,sha256=DOpHOoU3IuaI2StE6G0LqzA1HiSDiqz2WDu2xexOYvc,7734
@@ -69,8 +69,8 @@ supervaizer/protocol/a2a/routes.py,sha256=rkQTNBD1NTYimKCb8iOk4bVf9ldDP1LqHfOsyh
69
69
  supervaizer/utils/__init__.py,sha256=fd0NFwN_cen3QPms2SOnuz4jcetay3f_31dit2As7EA,458
70
70
  supervaizer/utils/version_check.py,sha256=-tsOURpHVh0LNTbpQsyJDJENKszC-NzXDSO_EToEQPE,1893
71
71
  supervaizer/py.typed,sha256=bHhvLx7c6MqrzXVPbdK3qAOcSxzp4wDtTx4QifMC2EY,74
72
- supervaizer-0.10.1.dist-info/METADATA,sha256=fGh4PQts-X8cPXVllIBRzkUwpebJ7i2b_qzZV6FiYtE,12605
73
- supervaizer-0.10.1.dist-info/WHEEL,sha256=WLgqFyCfm_KASv4WHyYy0P3pM_m7J5L9k2skdKLirC8,87
74
- supervaizer-0.10.1.dist-info/entry_points.txt,sha256=vL_IBR_AeEI2u2-6YL4PY9k2Mar4-gprG8-UxERWjmg,52
75
- supervaizer-0.10.1.dist-info/licenses/LICENSE.md,sha256=dmdnt1vfpxNPr8Lt0BnxKE5uzUwK3CWTthTUStgOXjY,15327
76
- supervaizer-0.10.1.dist-info/RECORD,,
72
+ supervaizer-0.10.4.dist-info/METADATA,sha256=MKWw8eVtIyjA8EKsq30BFmq9f2XScYQRbNQZRrj5GtU,12647
73
+ supervaizer-0.10.4.dist-info/WHEEL,sha256=WLgqFyCfm_KASv4WHyYy0P3pM_m7J5L9k2skdKLirC8,87
74
+ supervaizer-0.10.4.dist-info/entry_points.txt,sha256=vL_IBR_AeEI2u2-6YL4PY9k2Mar4-gprG8-UxERWjmg,52
75
+ supervaizer-0.10.4.dist-info/licenses/LICENSE.md,sha256=dmdnt1vfpxNPr8Lt0BnxKE5uzUwK3CWTthTUStgOXjY,15327
76
+ supervaizer-0.10.4.dist-info/RECORD,,