Skip to content

Conversation

@cristipufu
Copy link
Member

@cristipufu cristipufu commented Jan 3, 2026

Description

Update uipath-runtime to 0.4.0

Ref: UiPath/uipath-runtime-python#62

Development Package

  • Use uipath pack --nolock to get the latest dev build from this PR (requires version range).
  • Add this package as a dependency in your pyproject.toml:
[project]
dependencies = [
  # Exact version:
  "uipath==2.4.0.dev1010633577",

  # Any version from PR
  "uipath>=2.4.0.dev1010630000,<2.4.0.dev1010640000"
]

[[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" }

[tool.uv]
override-dependencies = [
    "uipath>=2.4.0.dev1010630000,<2.4.0.dev1010640000",
]

@cristipufu cristipufu self-assigned this Jan 3, 2026
@cristipufu cristipufu added the build:dev Create a dev build from the pr label Jan 3, 2026
@github-actions github-actions bot added test:uipath-langchain Triggers tests in the uipath-langchain-python repository test:uipath-llamaindex Triggers tests in the uipath-llamaindex-python repository labels Jan 3, 2026
@cristipufu cristipufu merged commit d277a28 into main Jan 3, 2026
32 of 48 checks passed
@cristipufu cristipufu deleted the fix/update_runtime_0_4_0 branch January 3, 2026 06:15
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 test:uipath-langchain Triggers tests in the uipath-langchain-python repository test:uipath-llamaindex Triggers tests in the uipath-llamaindex-python repository

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants