Skip to content

Conversation

@radu-mocanu
Copy link
Contributor

@radu-mocanu radu-mocanu commented Dec 23, 2025

  • add missing context tool values
  • support batch transform file download to nested dir

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.2.44.dev1010513531",

  # Any version from PR
  "uipath>=2.2.44.dev1010510000,<2.2.44.dev1010520000"
]

[[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.2.44.dev1010510000,<2.2.44.dev1010520000",
]

@radu-mocanu radu-mocanu self-assigned this Dec 23, 2025
@radu-mocanu radu-mocanu added the build:dev Create a dev build from the pr label Dec 23, 2025
@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 Dec 23, 2025
@radu-mocanu radu-mocanu force-pushed the chore/add-missing-agent-values branch from f1c312b to d4d37d1 Compare December 24, 2025 11:03
@radu-mocanu radu-mocanu merged commit 75f6238 into main Dec 24, 2025
79 of 80 checks passed
@radu-mocanu radu-mocanu deleted the chore/add-missing-agent-values branch December 24, 2025 11:21
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