Skip to content

Conversation

@robert-ursu
Copy link

@robert-ursu robert-ursu commented Feb 6, 2026

Description

  • Update the IPC contract

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.8.3.dev1012734634",

  # Any version from PR
  "uipath>=2.8.3.dev1012730000,<2.8.3.dev1012740000"
]

[[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.8.3.dev1012730000,<2.8.3.dev1012740000",
]

@robert-ursu robert-ursu added the build:dev Create a dev build from the pr label Feb 6, 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 Feb 6, 2026
@robert-ursu robert-ursu force-pushed the feature/update-ipc-contract branch from c79beb7 to 5dc48bd Compare February 7, 2026 15:48
@robert-ursu robert-ursu enabled auto-merge (squash) February 7, 2026 15:48
@robert-ursu robert-ursu disabled auto-merge February 7, 2026 15:49
@robert-ursu robert-ursu force-pushed the feature/update-ipc-contract branch from 5dc48bd to 13fce84 Compare February 9, 2026 23:34
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