supervaizer 0.10.21__py3-none-any.whl → 0.10.23__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/server.py +11 -1
- {supervaizer-0.10.21.dist-info → supervaizer-0.10.23.dist-info}/METADATA +1 -1
- {supervaizer-0.10.21.dist-info → supervaizer-0.10.23.dist-info}/RECORD +7 -7
- {supervaizer-0.10.21.dist-info → supervaizer-0.10.23.dist-info}/WHEEL +0 -0
- {supervaizer-0.10.21.dist-info → supervaizer-0.10.23.dist-info}/entry_points.txt +0 -0
- {supervaizer-0.10.21.dist-info → supervaizer-0.10.23.dist-info}/licenses/LICENSE.md +0 -0
supervaizer/__version__.py
CHANGED
supervaizer/server.py
CHANGED
|
@@ -350,7 +350,17 @@ class Server(ServerAbstract):
|
|
|
350
350
|
private_key = _get_or_create_private_key()
|
|
351
351
|
|
|
352
352
|
public_key = private_key.public_key()
|
|
353
|
-
|
|
353
|
+
log.info(f"[Server launch] Public key: {public_key}")
|
|
354
|
+
log.info(
|
|
355
|
+
f"[Server launch] Public key - decode: {
|
|
356
|
+
str(
|
|
357
|
+
public_key.public_bytes(
|
|
358
|
+
encoding=serialization.Encoding.PEM,
|
|
359
|
+
format=serialization.PublicFormat.SubjectPublicKeyInfo,
|
|
360
|
+
).decode('utf-8')
|
|
361
|
+
)
|
|
362
|
+
},"
|
|
363
|
+
)
|
|
354
364
|
# Create root app to handle version prefix
|
|
355
365
|
docs_url = "/docs" # Swagger UI
|
|
356
366
|
redoc_url = "/redoc" # ReDoc
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
supervaizer/__init__.py,sha256=UNFcgJT-2708tLRFXohWr3320LVAzh3_WZZhrU9j1Iw,2427
|
|
2
|
-
supervaizer/__version__.py,sha256=
|
|
2
|
+
supervaizer/__version__.py,sha256=wPvwjEW6GV1ctPMHKaGAFa-taglQQwK3gMUUoRerAh8,349
|
|
3
3
|
supervaizer/account.py,sha256=POChw9c2ZjBNvesz6JmvBzYmMD40M5oxtz5IupuMqsw,11683
|
|
4
4
|
supervaizer/account_service.py,sha256=ZgZ0fhsbSVA076c-35ZZoYJBrQZsAwfFS7namVeoD3s,3459
|
|
5
5
|
supervaizer/agent.py,sha256=EtmqBH9fsO4k8YcHnjj55_4uOmb5URZwLlIIJReWg7A,36516
|
|
@@ -13,7 +13,7 @@ supervaizer/job_service.py,sha256=22Qe7Z5_u3R28tcNH_21YMIYciWFtJaM7I-MXtIhBMU,46
|
|
|
13
13
|
supervaizer/lifecycle.py,sha256=5CunJN7MsM5blyNiFMJMLFDUBmTmmAsPE24QC-gSbYA,13958
|
|
14
14
|
supervaizer/parameter.py,sha256=sYDuGof_w6mlix0oxjB6odV0sO0QSBL1KwFZa3Y2cOA,8157
|
|
15
15
|
supervaizer/routes.py,sha256=o3u7pGGLE0MQzWtQNdd5xk1M0G9Y_BR_JiLVmCFtdC4,34319
|
|
16
|
-
supervaizer/server.py,sha256=
|
|
16
|
+
supervaizer/server.py,sha256=9ysBERRa34itIoVEoCyuRPiXDaq_lKwSewAoaj_YHNw,25148
|
|
17
17
|
supervaizer/server_utils.py,sha256=FMglpADQBJynkR2v-pfwANu6obsaPvR9j0BQc5Otpac,1590
|
|
18
18
|
supervaizer/storage.py,sha256=WLX8ggwt1AGF07DrfD1K6PyP2-N45c_Ep4CL0iPLVbI,15332
|
|
19
19
|
supervaizer/telemetry.py,sha256=XSYw8ZwoY8W6C7mhwHU67t7trJzWd7CBkkSNdsDT_HA,2596
|
|
@@ -72,8 +72,8 @@ supervaizer/protocol/a2a/routes.py,sha256=rkQTNBD1NTYimKCb8iOk4bVf9ldDP1LqHfOsyh
|
|
|
72
72
|
supervaizer/utils/__init__.py,sha256=fd0NFwN_cen3QPms2SOnuz4jcetay3f_31dit2As7EA,458
|
|
73
73
|
supervaizer/utils/version_check.py,sha256=-tsOURpHVh0LNTbpQsyJDJENKszC-NzXDSO_EToEQPE,1893
|
|
74
74
|
supervaizer/py.typed,sha256=bHhvLx7c6MqrzXVPbdK3qAOcSxzp4wDtTx4QifMC2EY,74
|
|
75
|
-
supervaizer-0.10.
|
|
76
|
-
supervaizer-0.10.
|
|
77
|
-
supervaizer-0.10.
|
|
78
|
-
supervaizer-0.10.
|
|
79
|
-
supervaizer-0.10.
|
|
75
|
+
supervaizer-0.10.23.dist-info/METADATA,sha256=7uesySzaZuJahvVR4HTrQ5-oqJz9R6utC68XWZnZ6rM,12698
|
|
76
|
+
supervaizer-0.10.23.dist-info/WHEEL,sha256=WLgqFyCfm_KASv4WHyYy0P3pM_m7J5L9k2skdKLirC8,87
|
|
77
|
+
supervaizer-0.10.23.dist-info/entry_points.txt,sha256=vL_IBR_AeEI2u2-6YL4PY9k2Mar4-gprG8-UxERWjmg,52
|
|
78
|
+
supervaizer-0.10.23.dist-info/licenses/LICENSE.md,sha256=dmdnt1vfpxNPr8Lt0BnxKE5uzUwK3CWTthTUStgOXjY,15327
|
|
79
|
+
supervaizer-0.10.23.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|