Skip to content

Conversation

@AAgnihotry
Copy link
Contributor

@AAgnihotry AAgnihotry commented Jan 23, 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.34.dev1011864183",

  # Any version from PR
  "uipath>=2.5.34.dev1011860000,<2.5.34.dev1011870000"
]

[[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.34.dev1011860000,<2.5.34.dev1011870000",
]

Test successul with the dev package verions
Screenshot 2026-01-22 at 4 56 00 PM

image

@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 23, 2026
@AAgnihotry AAgnihotry changed the title keep root span fix: keep root span but add the new attribute to avoid dropping agent run spans Jan 23, 2026
@AAgnihotry AAgnihotry added the build:dev Create a dev build from the pr label Jan 23, 2026
AAgnihotry and others added 2 commits January 22, 2026 16:39
🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
@smflorentino smflorentino self-requested a review January 23, 2026 01:16
@AAgnihotry AAgnihotry merged commit d4c7266 into main Jan 23, 2026
89 checks passed
@AAgnihotry AAgnihotry deleted the feat/rootSpan branch January 23, 2026 01:17
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