Skip to content

Conversation

@GabrielVasilescu04
Copy link
Contributor

@GabrielVasilescu04 GabrielVasilescu04 commented Dec 18, 2025

Description

Update the uipath-runtime version to 0.3.0 and address the breaking changes from this PR: UiPath/uipath-runtime-python#55

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.3.0.dev1010343455",

  # Any version from PR
  "uipath>=2.3.0.dev1010340000,<2.3.0.dev1010350000"
]

[[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.3.0.dev1010340000,<2.3.0.dev1010350000",
]

@GabrielVasilescu04 GabrielVasilescu04 self-assigned this Dec 18, 2025
@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 Dec 18, 2025
@GabrielVasilescu04 GabrielVasilescu04 force-pushed the feature/update-uipath-runtime-version branch from 3907ef6 to 0982f26 Compare December 18, 2025 10:24
@GabrielVasilescu04 GabrielVasilescu04 force-pushed the feature/update-uipath-runtime-version branch from 0982f26 to e984b17 Compare December 18, 2025 10:50
@GabrielVasilescu04 GabrielVasilescu04 added the build:dev Create a dev build from the pr label Dec 18, 2025
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.

1 participant