uipath 2.1.94__py3-none-any.whl → 2.1.95__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.
Potentially problematic release.
This version of uipath might be problematic. Click here for more details.
- uipath/_cli/_debug/_bridge.py +2 -0
- uipath/_cli/_debug/_runtime.py +0 -4
- {uipath-2.1.94.dist-info → uipath-2.1.95.dist-info}/METADATA +1 -1
- {uipath-2.1.94.dist-info → uipath-2.1.95.dist-info}/RECORD +7 -7
- {uipath-2.1.94.dist-info → uipath-2.1.95.dist-info}/WHEEL +0 -0
- {uipath-2.1.94.dist-info → uipath-2.1.95.dist-info}/entry_points.txt +0 -0
- {uipath-2.1.94.dist-info → uipath-2.1.95.dist-info}/licenses/LICENSE +0 -0
uipath/_cli/_debug/_bridge.py
CHANGED
|
@@ -114,6 +114,8 @@ class ConsoleDebugBridge(UiPathDebugBridge):
|
|
|
114
114
|
return
|
|
115
115
|
|
|
116
116
|
self.console.print(f"[yellow]●[/yellow] [bold]{state_event.node_name}[/bold]")
|
|
117
|
+
if state_event.payload:
|
|
118
|
+
self._print_json(state_event.payload, label="State")
|
|
117
119
|
|
|
118
120
|
async def emit_breakpoint_hit(
|
|
119
121
|
self, breakpoint_result: UiPathBreakpointResult
|
uipath/_cli/_debug/_runtime.py
CHANGED
|
@@ -105,15 +105,11 @@ class UiPathDebugRuntime(UiPathBaseRuntime, Generic[T, C]):
|
|
|
105
105
|
await self.debug_bridge.emit_breakpoint_hit(event)
|
|
106
106
|
await self.debug_bridge.wait_for_resume()
|
|
107
107
|
self._inner_runtime.context.resume = True
|
|
108
|
-
# Break out of stream loop to restart streaming from resume point
|
|
109
|
-
break
|
|
110
108
|
else:
|
|
111
109
|
# Normal completion or suspension with dynamic interrupt
|
|
112
110
|
execution_completed = True
|
|
113
|
-
|
|
114
111
|
# Handle dynamic interrupts if present
|
|
115
112
|
# Maybe poll for resume trigger completion here in future
|
|
116
|
-
break
|
|
117
113
|
|
|
118
114
|
# Handle state update events - send to debug bridge
|
|
119
115
|
elif isinstance(event, UiPathAgentStateEvent):
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: uipath
|
|
3
|
-
Version: 2.1.
|
|
3
|
+
Version: 2.1.95
|
|
4
4
|
Summary: Python SDK and CLI for UiPath Platform, enabling programmatic interaction with automation services, process management, and deployment tools.
|
|
5
5
|
Project-URL: Homepage, https://uipath.com
|
|
6
6
|
Project-URL: Repository, https://github.com/UiPath/uipath-python
|
|
@@ -32,8 +32,8 @@ uipath/_cli/_auth/auth_config.json,sha256=o8J5BBFwiEtjZLHpJ_64lvnTeYeRIHaJ-Bhg0Q
|
|
|
32
32
|
uipath/_cli/_auth/index.html,sha256=uGK0CDTP8Rys_p4O_Pbd2x4tz0frKNVcumjrXnal5Nc,22814
|
|
33
33
|
uipath/_cli/_auth/localhost.crt,sha256=oGl9oLLOiouHubAt39B4zEfylFvKEtbtr_43SIliXJc,1226
|
|
34
34
|
uipath/_cli/_auth/localhost.key,sha256=X31VYXD8scZtmGA837dGX5l6G-LXHLo5ItWJhZXaz3c,1679
|
|
35
|
-
uipath/_cli/_debug/_bridge.py,sha256=
|
|
36
|
-
uipath/_cli/_debug/_runtime.py,sha256=
|
|
35
|
+
uipath/_cli/_debug/_bridge.py,sha256=l2k-jIyWTSEx8uvmYRvtlh72gaZBKOV0HiNbdPbqSMQ,13896
|
|
36
|
+
uipath/_cli/_debug/_runtime.py,sha256=fwpxmBFAhhMjanBQaCQdI-YuvMC6vhS8SSS8pvw_PJw,4946
|
|
37
37
|
uipath/_cli/_dev/_terminal/__init__.py,sha256=di_RiN9Mcp9wqyKRRqXag28vbSw8_78mCnQZNn9H-Ss,14027
|
|
38
38
|
uipath/_cli/_dev/_terminal/_components/_chat.py,sha256=NLRoy49QScHiI-q0FGykkaU8ajv1d23fx7issSALcFA,4119
|
|
39
39
|
uipath/_cli/_dev/_terminal/_components/_details.py,sha256=FbLYtJ56gqHV6CIrpzO_n9Sk_YNg4nzRKTSsbj-DBPQ,17257
|
|
@@ -187,8 +187,8 @@ uipath/tracing/_utils.py,sha256=X-LFsyIxDeNOGuHPvkb6T5o9Y8ElYhr_rP3CEBJSu4s,1383
|
|
|
187
187
|
uipath/utils/__init__.py,sha256=VD-KXFpF_oWexFg6zyiWMkxl2HM4hYJMIUDZ1UEtGx0,105
|
|
188
188
|
uipath/utils/_endpoints_manager.py,sha256=iRTl5Q0XAm_YgcnMcJOXtj-8052sr6jpWuPNz6CgT0Q,8408
|
|
189
189
|
uipath/utils/dynamic_schema.py,sha256=w0u_54MoeIAB-mf3GmwX1A_X8_HDrRy6p998PvX9evY,3839
|
|
190
|
-
uipath-2.1.
|
|
191
|
-
uipath-2.1.
|
|
192
|
-
uipath-2.1.
|
|
193
|
-
uipath-2.1.
|
|
194
|
-
uipath-2.1.
|
|
190
|
+
uipath-2.1.95.dist-info/METADATA,sha256=KzgAYNHE2yGDV2LXNYOzbhDcl41TUjRrnp1Qa6r5pgs,6625
|
|
191
|
+
uipath-2.1.95.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
|
192
|
+
uipath-2.1.95.dist-info/entry_points.txt,sha256=9C2_29U6Oq1ExFu7usihR-dnfIVNSKc-0EFbh0rskB4,43
|
|
193
|
+
uipath-2.1.95.dist-info/licenses/LICENSE,sha256=-KBavWXepyDjimmzH5fVAsi-6jNVpIKFc2kZs0Ri4ng,1058
|
|
194
|
+
uipath-2.1.95.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|