Skip to content

Conversation

@cristipufu
Copy link
Member

@cristipufu cristipufu commented Jan 29, 2026

Description

Adds a new CLI command "server" for IPC communication

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.6.23.dev1012374471",

  # Any version from PR
  "uipath>=2.6.23.dev1012370000,<2.6.23.dev1012380000"
]

[[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.6.23.dev1012370000,<2.6.23.dev1012380000",
]

@cristipufu cristipufu requested a review from Copilot January 29, 2026 10:55
@cristipufu cristipufu self-assigned this Jan 29, 2026
@cristipufu cristipufu added the build:dev Create a dev build from the pr label Jan 29, 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 29, 2026
@cristipufu cristipufu force-pushed the fix/add_cli_server branch 2 times, most recently from 5a1eced to 78f23b4 Compare January 29, 2026 11:00

This comment was marked as outdated.

@cristipufu cristipufu force-pushed the fix/add_cli_server branch 12 times, most recently from 5db4e1f to b2edf1f Compare January 31, 2026 12:14
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