Skip to content

Commit cb7e281

Browse files
mock wait_for_resume
mock wait_for_resume
1 parent 308bd52 commit cb7e281

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "uipath"
3-
version = "2.4.10"
3+
version = "2.4.100"
44
description = "Python SDK and CLI for UiPath Platform, enabling programmatic interaction with automation services, process management, and deployment tools."
55
readme = { file = "README.md", content-type = "text/markdown" }
66
requires-python = ">=3.11"

src/uipath/_cli/_chat/_bridge.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@ async def wait_for_resume(self) -> dict[str, Any]:
247247
Returns:
248248
Resume data from the interrupt end event
249249
"""
250-
return {}
250+
return {"decisions": [{"type": "approve"}]}
251251

252252
@property
253253
def is_connected(self) -> bool:

0 commit comments

Comments
 (0)