Skip to content

Conversation

@cosmyo
Copy link
Collaborator

@cosmyo cosmyo commented Jan 22, 2026

Description

  • Set the default on true as Orchestrator uses this new API for robot assets retrieval.
  • This was way of finding out which robot have the disconnected proxy version of the activities to connect to the credential store directly.
  • It will still work on only when a robot executes.

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.5.27.dev1011734127",

  # Any version from PR
  "uipath>=2.5.27.dev1011730000,<2.5.27.dev1011740000"
]

[[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.5.27.dev1011730000,<2.5.27.dev1011740000",
]

@cosmyo cosmyo self-assigned this Jan 22, 2026
@cosmyo cosmyo added the build:dev Create a dev build from the pr label Jan 22, 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 22, 2026
@cosmyo cosmyo force-pushed the fix/assets_retrive_credentials_proxy branch 2 times, most recently from 31c331d to b60204a Compare January 22, 2026 13:08
@cosmyo cosmyo force-pushed the fix/assets_retrive_credentials_proxy branch from b60204a to 8e0e4c2 Compare January 22, 2026 13:13
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