Skip to content

wip: uipath-platform#1354

Open
radu-mocanu wants to merge 5 commits intomainfrom
feat/uipath-plaform
Open

wip: uipath-platform#1354
radu-mocanu wants to merge 5 commits intomainfrom
feat/uipath-plaform

Conversation

@radu-mocanu
Copy link
Collaborator

@radu-mocanu radu-mocanu commented Feb 20, 2026

  • extract platform in a segregated library
  • refactor changes from this PR, decoupling the cli from the platform -> pass extra arguments only to the llm service, not to the entire UiPath object

Depends on:
https://github.com/UiPath/uipath-platform-python/pull/2

❗ToDo before merging:

  • remove dev versions

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.9.0.dev1013544947",

  # Any version from PR
  "uipath>=2.9.0.dev1013540000,<2.9.0.dev1013550000"
]

[[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.9.0.dev1013540000,<2.9.0.dev1013550000",
]

@radu-mocanu radu-mocanu added the build:dev Create a dev build from the pr label Feb 20, 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 20, 2026
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

Comments