Skip to content

Conversation

@mjnovice
Copy link
Contributor

@mjnovice mjnovice commented Dec 2, 2025

Analogue of https://github.com/UiPath/Agents/pull/3896

Handles Failed state changes in as an analgoue for Agents backend.

Development Package

  • Add this package as a dependency in your pyproject.toml:
[project]
dependencies = [
  # Exact version:
  "uipath==2.2.26.dev1009733316",

  # Any version from PR
  "uipath>=2.2.26.dev1009730000,<2.2.26.dev1009740000"
]

[[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" }

@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 2, 2025
@mjnovice mjnovice force-pushed the mj/fix-support-failed-state branch from bebe6fd to b48935b Compare December 2, 2025 21:46
Copy link
Contributor

@radu-mocanu radu-mocanu left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

please do not reference PRs from private repositories in the future.
just describe the changes in the PR description

@mjnovice mjnovice added the build:dev Create a dev build from the pr label Dec 8, 2025
@mjnovice mjnovice force-pushed the mj/fix-support-failed-state branch from b48935b to 2b2ee75 Compare December 8, 2025 23:36
@mjnovice mjnovice merged commit 753ec56 into main Dec 8, 2025
67 checks passed
@mjnovice mjnovice deleted the mj/fix-support-failed-state branch December 8, 2025 23:40
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