plato-sdk-v2 2.7.7__py3-none-any.whl → 2.7.8__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.
plato/cli/pm.py CHANGED
@@ -42,7 +42,6 @@ from plato.cli.utils import (
42
42
  require_sandbox_field,
43
43
  require_sandbox_state,
44
44
  )
45
- from plato.cli.verify import pm_verify_app
46
45
  from plato.v2.async_.client import AsyncPlato
47
46
  from plato.v2.async_.flow_executor import FlowExecutor
48
47
  from plato.v2.types import Env
@@ -66,7 +65,6 @@ submit_app = typer.Typer(help="Submit simulator artifacts for review")
66
65
  pm_app.add_typer(list_app, name="list")
67
66
  pm_app.add_typer(review_app, name="review")
68
67
  pm_app.add_typer(submit_app, name="submit")
69
- pm_app.add_typer(pm_verify_app, name="verify")
70
68
 
71
69
 
72
70
  # =============================================================================
plato/v2/sync/sandbox.py CHANGED
@@ -20,7 +20,6 @@ from urllib.parse import quote
20
20
 
21
21
  import httpx
22
22
  import yaml
23
- from playwright.async_api import async_playwright
24
23
  from pydantic import BaseModel
25
24
  from rich.console import Console
26
25
 
@@ -1128,6 +1127,8 @@ class SandboxClient:
1128
1127
 
1129
1128
  # Run the flow with Playwright
1130
1129
  async def _run_flow():
1130
+ from playwright.async_api import async_playwright
1131
+
1131
1132
  async with async_playwright() as p:
1132
1133
  browser = await p.chromium.launch(headless=False)
1133
1134
  try:
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: plato-sdk-v2
3
- Version: 2.7.7
3
+ Version: 2.7.8
4
4
  Summary: Python SDK for the Plato API
5
5
  Author-email: Plato <support@plato.so>
6
6
  License-Expression: MIT
@@ -418,7 +418,7 @@ plato/cli/agent.py,sha256=5qA0T1n0H0JQ5ZB-fAVKm3Nw-y_M-GiSQx1OTcKgkrI,44050
418
418
  plato/cli/audit_ui.py,sha256=AfnC3wngGV3ujg9POHNYQhal2S6Hr0ZhcXrAAxtVfMg,12307
419
419
  plato/cli/chronos.py,sha256=OTS-xcmH0U99sMHrABqtJMOdOEhHil5hv_yO3YNgrS8,27824
420
420
  plato/cli/main.py,sha256=f-L_Q6MWA8ylGrOcEsJU5HRK1JaDUeh6ONWSaKwag10,6800
421
- plato/cli/pm.py,sha256=X9dqSiumyGwxUk0SdQUWWH1mezkN8iK7EHSUZnlJZLs,53135
421
+ plato/cli/pm.py,sha256=RMZdxIYi1YV4T35soYuYgLqg65ja4sPDw8K9zx3ZLBU,53045
422
422
  plato/cli/proxy.py,sha256=c1t1ljZvArTnFba-NprCj2tma4XneEqRDQCbwzQ9GD4,6803
423
423
  plato/cli/sandbox.py,sha256=B9QPHvtXaiUlGa0zY5kYd9-TvE4YbC8kYO1WNgLqFcM,26250
424
424
  plato/cli/utils.py,sha256=PIZnJYuhojbARoRA2Tk3KfB5Tycg1uwlPLhut5Es0ew,6900
@@ -512,7 +512,7 @@ plato/v2/sync/chronos.py,sha256=ChXpasjRzAZjoYTimpPqYydnwEk-IgdxR0SDXDOZbUM,1207
512
512
  plato/v2/sync/client.py,sha256=rsrU7_RhE-syf3FMNw5LaxmF7rYw2GBzC_TPpd-6thk,4986
513
513
  plato/v2/sync/environment.py,sha256=WnDzbyEHpwCSEP8XnfNSjIYS7rt7lYR4HGJjzprZmTQ,5066
514
514
  plato/v2/sync/flow_executor.py,sha256=N41-WCWIJVcCR2UmPUEiK7roNacYoeONkRXpR7lUgT8,13941
515
- plato/v2/sync/sandbox.py,sha256=M5kkhCKhwxz0t5v6ZnoYLcVuR047GQD65IGNBXmsEak,53721
515
+ plato/v2/sync/sandbox.py,sha256=yRwkms1_qsHjhbLZQ7FiaLgFme2tMw8YM2xg2-ZZS04,53734
516
516
  plato/v2/sync/session.py,sha256=NL_qEXnXjZfAsuFgpq72pVmHa9ouo8W3HkJ5vYaNSQU,29555
517
517
  plato/v2/utils/__init__.py,sha256=XLeFFsjXkm9g2raMmo7Wt4QN4hhCrNZDJKnpffJ4LtM,38
518
518
  plato/v2/utils/db_cleanup.py,sha256=JMzAAJz0ZnoUXtd8F4jpQmBpJpos2__RkgN_cuEearg,8692
@@ -525,7 +525,7 @@ plato/worlds/base.py,sha256=-RR71bSxEFI5yydtrtq-AAbuw98CIjvmrbztqzB9oIc,31041
525
525
  plato/worlds/build_hook.py,sha256=KSoW0kqa5b7NyZ7MYOw2qsZ_2FkWuz0M3Ru7AKOP7Qw,3486
526
526
  plato/worlds/config.py,sha256=O1lUXzxp-Z_M7izslT8naXgE6XujjzwYFFrDDzUOueI,12736
527
527
  plato/worlds/runner.py,sha256=r9B2BxBae8_dM7y5cJf9xhThp_I1Qvf_tlPq2rs8qC8,4013
528
- plato_sdk_v2-2.7.7.dist-info/METADATA,sha256=WIbqCcPLxLkLMHbWVtA7SMWU1oWG7T6NKDoBrYrqqQc,8652
529
- plato_sdk_v2-2.7.7.dist-info/WHEEL,sha256=WLgqFyCfm_KASv4WHyYy0P3pM_m7J5L9k2skdKLirC8,87
530
- plato_sdk_v2-2.7.7.dist-info/entry_points.txt,sha256=iynJvTkU7E4MZNtSozVF0Wh083yPm6cuKV362Ol_ez8,133
531
- plato_sdk_v2-2.7.7.dist-info/RECORD,,
528
+ plato_sdk_v2-2.7.8.dist-info/METADATA,sha256=0tWLTeELlL1LpEnzxTPy9pYg1rMvoLc5Ie3MxMYxVIA,8652
529
+ plato_sdk_v2-2.7.8.dist-info/WHEEL,sha256=WLgqFyCfm_KASv4WHyYy0P3pM_m7J5L9k2skdKLirC8,87
530
+ plato_sdk_v2-2.7.8.dist-info/entry_points.txt,sha256=iynJvTkU7E4MZNtSozVF0Wh083yPm6cuKV362Ol_ez8,133
531
+ plato_sdk_v2-2.7.8.dist-info/RECORD,,