⚠ This page is served via a proxy. Original site: https://github.com
This service does not collect credentials or authentication data.
Skip to content

Conversation

@radugheo
Copy link
Collaborator

@radugheo radugheo commented Jan 19, 2026

This PR introduces the methods list() and list_async() to AssetsService and the CLI command uipath assets.

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.11.dev1011504015",

  # Any version from PR
  "uipath>=2.5.11.dev1011500000,<2.5.11.dev1011510000"
]

[[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.11.dev1011500000,<2.5.11.dev1011510000",
]

@radugheo radugheo added the build:dev Create a dev build from the pr label Jan 19, 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 19, 2026
@radugheo radugheo force-pushed the feat/add-list-assets branch 2 times, most recently from 371e8bb to 19e2da0 Compare January 19, 2026 11:38
@radugheo radugheo force-pushed the feat/add-list-assets branch 3 times, most recently from c47f985 to b3f10bf Compare January 19, 2026 12:45
@radugheo radugheo force-pushed the feat/add-list-assets branch from b3f10bf to d806749 Compare January 19, 2026 12:47
@radugheo radugheo merged commit eebc949 into main Jan 19, 2026
89 checks passed
@radugheo radugheo deleted the feat/add-list-assets branch January 19, 2026 12:59
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