supervaizer 0.10.1__py3-none-any.whl → 0.10.3__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.
- supervaizer/__version__.py +1 -1
- supervaizer/deploy/docker.py +0 -1
- {supervaizer-0.10.1.dist-info → supervaizer-0.10.3.dist-info}/METADATA +25 -24
- {supervaizer-0.10.1.dist-info → supervaizer-0.10.3.dist-info}/RECORD +7 -7
- {supervaizer-0.10.1.dist-info → supervaizer-0.10.3.dist-info}/WHEEL +0 -0
- {supervaizer-0.10.1.dist-info → supervaizer-0.10.3.dist-info}/entry_points.txt +0 -0
- {supervaizer-0.10.1.dist-info → supervaizer-0.10.3.dist-info}/licenses/LICENSE.md +0 -0
supervaizer/__version__.py
CHANGED
supervaizer/deploy/docker.py
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: supervaizer
|
|
3
|
-
Version: 0.10.
|
|
3
|
+
Version: 0.10.3
|
|
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.
|
|
20
|
+
Requires-Dist: cryptography>=46.0.3
|
|
20
21
|
Requires-Dist: demjson3>=3.0.6
|
|
21
|
-
Requires-Dist: deprecated>=1.
|
|
22
|
-
Requires-Dist: fastapi>=0.
|
|
22
|
+
Requires-Dist: deprecated>=1.3.1
|
|
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.
|
|
27
|
-
Requires-Dist: packaging>=
|
|
28
|
-
Requires-Dist: psutil>=7.1
|
|
29
|
-
Requires-Dist: pydantic>=2.12.
|
|
27
|
+
Requires-Dist: orjson>=3.11.5
|
|
28
|
+
Requires-Dist: packaging>=26.0
|
|
29
|
+
Requires-Dist: psutil>=7.2.1
|
|
30
|
+
Requires-Dist: pydantic>=2.12.5
|
|
30
31
|
Requires-Dist: python-slugify>=8.0.4
|
|
31
32
|
Requires-Dist: pyyaml>=6.0.3
|
|
32
|
-
Requires-Dist: rich>=14.1
|
|
33
|
+
Requires-Dist: rich>=14.3.1
|
|
33
34
|
Requires-Dist: shortuuid>=1.0.13
|
|
34
|
-
Requires-Dist: sse-starlette>=3.0
|
|
35
|
+
Requires-Dist: sse-starlette>=3.2.0
|
|
35
36
|
Requires-Dist: tinydb>=4.8.1
|
|
36
|
-
Requires-Dist: typer>=0.
|
|
37
|
-
Requires-Dist: uvicorn>=0.
|
|
37
|
+
Requires-Dist: typer>=0.21.1
|
|
38
|
+
Requires-Dist: uvicorn>=0.40.0
|
|
38
39
|
Provides-Extra: deploy
|
|
39
|
-
Requires-Dist: boto3>=1.
|
|
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.
|
|
42
|
-
Requires-Dist: google-cloud-run>=0.
|
|
43
|
-
Requires-Dist: google-cloud-secret-manager>=2.
|
|
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.
|
|
46
|
-
Requires-Dist: jsonschema>=4.
|
|
47
|
-
Requires-Dist: mypy>=1.
|
|
48
|
-
Requires-Dist: pre-commit>=
|
|
49
|
-
Requires-Dist: pytest-asyncio>=1.
|
|
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.
|
|
54
|
+
Requires-Dist: pytest>=8.5.0; extra == 'dev'
|
|
54
55
|
Requires-Dist: respx>=0.22.0; extra == 'dev'
|
|
55
|
-
Requires-Dist: ruff>=0.
|
|
56
|
-
Requires-Dist: types-deprecated>=1.
|
|
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=
|
|
2
|
+
supervaizer/__version__.py,sha256=opyEmLJVOqn64wDoz2fUdph_cVyLWP_l3F7Ohivnbpk,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=
|
|
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.
|
|
73
|
-
supervaizer-0.10.
|
|
74
|
-
supervaizer-0.10.
|
|
75
|
-
supervaizer-0.10.
|
|
76
|
-
supervaizer-0.10.
|
|
72
|
+
supervaizer-0.10.3.dist-info/METADATA,sha256=TTjIjX8FamivrCcl9rQoLGDkoXxWUcFy9huVDgBN-5w,12648
|
|
73
|
+
supervaizer-0.10.3.dist-info/WHEEL,sha256=WLgqFyCfm_KASv4WHyYy0P3pM_m7J5L9k2skdKLirC8,87
|
|
74
|
+
supervaizer-0.10.3.dist-info/entry_points.txt,sha256=vL_IBR_AeEI2u2-6YL4PY9k2Mar4-gprG8-UxERWjmg,52
|
|
75
|
+
supervaizer-0.10.3.dist-info/licenses/LICENSE.md,sha256=dmdnt1vfpxNPr8Lt0BnxKE5uzUwK3CWTthTUStgOXjY,15327
|
|
76
|
+
supervaizer-0.10.3.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|