Skip to content

Conversation

@akshaylive
Copy link
Collaborator

@akshaylive akshaylive commented Jan 16, 2026

Dropped telemetry spans should not be used for mocking.

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.8.dev1011413970",

  # Any version from PR
  "uipath>=2.5.8.dev1011410000,<2.5.8.dev1011420000"
]

[[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.8.dev1011410000,<2.5.8.dev1011420000",
]

@akshaylive akshaylive added the build:dev Create a dev build from the pr label Jan 16, 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 16, 2026
@akshaylive akshaylive force-pushed the akshaya/reduce_length branch from 6ee3f44 to 32b393f Compare January 16, 2026 21:43
Dropped telemetry spans should not be used for mocking.
@akshaylive akshaylive force-pushed the akshaya/reduce_length branch from 32b393f to 7aef51d Compare January 16, 2026 21:44
@akshaylive akshaylive merged commit 00abb6a into main Jan 16, 2026
89 checks passed
@akshaylive akshaylive deleted the akshaya/reduce_length branch January 16, 2026 22:01
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.

3 participants