Skip to content

refactor(RuntimeUpdates): decouple script runtime from a generic runtime#575

Merged
cristipufu merged 1 commit into
mainfrom
akshaya/run_function_backwards_compatible
Sep 15, 2025
Merged

refactor(RuntimeUpdates): decouple script runtime from a generic runtime#575
cristipufu merged 1 commit into
mainfrom
akshaya/run_function_backwards_compatible

Conversation

@akshaylive

@akshaylive akshaylive commented Sep 14, 2025

Copy link
Copy Markdown
Collaborator

This will allow for programmatic execution of arbitrary functions without having to rely on scripts.

Development Package

  • Add this package as a dependency in your pyproject.toml:
[project]
dependencies = [
  # Exact version:
  "uipath==2.1.44.dev1005751049",

  # Any version from PR
  "uipath>=2.1.44.dev1005750000,<2.1.44.dev1005760000"
]

[[tool.uv.index]]
name = "testpypi"
url = "https://test.pypi.org/simple/"
publish-url = "https://test.pypi.org/legacy/"
explicit = true

[tool.uv.sources]
uipath = { index = "testpypi" }

@cristipufu cristipufu added the build:dev Create a dev build from the pr label Sep 15, 2025
@cristipufu cristipufu force-pushed the akshaya/run_function_backwards_compatible branch 2 times, most recently from 72d1e65 to 02c5ef5 Compare September 15, 2025 07:02
This will allow for programmatic execution of arbitrary functions without having to rely on scripts.
@cristipufu cristipufu force-pushed the akshaya/run_function_backwards_compatible branch from 02c5ef5 to 99383a4 Compare September 15, 2025 07:02
@cristipufu cristipufu merged commit f380e04 into main Sep 15, 2025
16 checks passed
@cristipufu cristipufu deleted the akshaya/run_function_backwards_compatible branch September 15, 2025 07:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

build:dev Create a dev build from the pr

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants