Skip to content

Conversation

@GabrielVasilescu04
Copy link
Contributor

@GabrielVasilescu04 GabrielVasilescu04 commented Dec 15, 2025

Description

WIP, needed to test the 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.2.33.dev1010193419",

  # Any version from PR
  "uipath>=2.2.33.dev1010190000,<2.2.33.dev1010200000"
]

[[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.2.33.dev1010190000,<2.2.33.dev1010200000",
]

@GabrielVasilescu04 GabrielVasilescu04 self-assigned this Dec 15, 2025
@GabrielVasilescu04 GabrielVasilescu04 added the build:dev Create a dev build from the pr label Dec 15, 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 15, 2025
@GabrielVasilescu04 GabrielVasilescu04 marked this pull request as draft December 15, 2025 21:11
@GabrielVasilescu04 GabrielVasilescu04 force-pushed the feature/chat-runtime-interrupt branch 6 times, most recently from 9ecfff2 to 1c3c494 Compare December 16, 2025 14:45
@GabrielVasilescu04 GabrielVasilescu04 force-pushed the feature/chat-runtime-interrupt branch from 1c3c494 to be26a30 Compare December 16, 2025 15:23
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