Skip to content

Conversation

@akshaylive
Copy link
Collaborator

@akshaylive akshaylive commented Feb 2, 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.6.28.dev1012514503",

  # Any version from PR
  "uipath>=2.6.28.dev1012510000,<2.6.28.dev1012520000"
]

[[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.6.28.dev1012510000,<2.6.28.dev1012520000",
]

@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 2, 2026
@akshaylive akshaylive changed the title refactor(RemoveRedundantDefinitions): remove redundant definitions refactor(RemoveRedundantDefinitions): remove redundant evaluator definitions Feb 2, 2026
@akshaylive akshaylive force-pushed the akshaya/remove_redundant_definitions branch from 1aa3e38 to c12fd8d Compare February 2, 2026 18:12
@akshaylive akshaylive added the build:dev Create a dev build from the pr label Feb 2, 2026
@akshaylive akshaylive force-pushed the akshaya/remove_redundant_definitions branch from c12fd8d to 71290ea Compare February 2, 2026 23:46
@akshaylive akshaylive merged commit 45ec337 into main Feb 2, 2026
92 checks passed
@akshaylive akshaylive deleted the akshaya/remove_redundant_definitions branch February 2, 2026 23:53
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