Skip to content

Commit 0b2648a

Browse files
authored
Merge pull request #31 from UiPath/fix/update_runtime_0_4_0
fix: update uipath-runtime 0.4.0
2 parents 5ed1c82 + 16c66f7 commit 0b2648a

File tree

3 files changed

+13
-13
lines changed

3 files changed

+13
-13
lines changed

demo/mock_factory.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ def __init__(self):
4646
self.demo_dir = Path(__file__).parent
4747

4848
async def new_runtime(
49-
self, entrypoint: str, runtime_id: str
49+
self, entrypoint: str, runtime_id: str, **kwargs
5050
) -> UiPathRuntimeProtocol:
5151
"""Create a new runtime instance for the given entrypoint."""
5252
if entrypoint == ENTRYPOINT_GREETING:

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
[project]
22
name = "uipath-dev"
3-
version = "0.0.14"
3+
version = "0.0.15"
44
description = "UiPath Developer Console"
55
readme = { file = "README.md", content-type = "text/markdown" }
66
requires-python = ">=3.11"
77
dependencies = [
8-
"uipath-runtime>=0.3.0, <0.4.0",
9-
"textual>=6.11.0, <7.0.0",
8+
"uipath-runtime>=0.4.0, <0.5.0",
9+
"textual>=6.12.0, <7.0.0",
1010
"pyperclip>=1.11.0, <2.0.0",
1111
]
1212
classifiers = [

uv.lock

Lines changed: 9 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)