Skip to content

Conversation

@radu-mocanu
Copy link
Contributor

@radu-mocanu radu-mocanu commented Jan 12, 2026

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.10.dev1010894006",

  # Any version from PR
  "uipath>=2.5.10.dev1010890000,<2.5.10.dev1010900000"
]

[[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.10.dev1010890000,<2.5.10.dev1010900000",
]

@radu-mocanu radu-mocanu self-assigned this Jan 12, 2026
@radu-mocanu radu-mocanu added the build:dev Create a dev build from the pr label Jan 12, 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 12, 2026
@radu-mocanu radu-mocanu force-pushed the feat/agent-ixp-models branch 4 times, most recently from e711c7b to 74a7dd4 Compare January 19, 2026 09:23
@radu-mocanu radu-mocanu changed the title [WIP] feat: add ixp extraction agent models feat: add ixp extraction agent models Jan 19, 2026
@radu-mocanu radu-mocanu force-pushed the feat/agent-ixp-models branch 3 times, most recently from 8579e96 to 07951d3 Compare January 19, 2026 09:28
@radu-mocanu radu-mocanu force-pushed the feat/agent-ixp-models branch from 07951d3 to b500333 Compare January 19, 2026 09:42
@radu-mocanu radu-mocanu merged commit fe724b6 into main Jan 19, 2026
87 of 88 checks passed
@radu-mocanu radu-mocanu deleted the feat/agent-ixp-models branch January 19, 2026 09:45
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