Skip to content

fix: durable interrupts - use SkipInterruptValue to avoid conditional interrupts#629

Merged
gcuip merged 7 commits intomainfrom
fix/ephemeral-index-subgraph-in-tools
Feb 26, 2026
Merged

fix: durable interrupts - use SkipInterruptValue to avoid conditional interrupts#629
gcuip merged 7 commits intomainfrom
fix/ephemeral-index-subgraph-in-tools

Conversation

@gcuip
Copy link
Contributor

@gcuip gcuip commented Feb 25, 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-langchain==0.7.6.dev1006293120",

  # Any version from PR
  "uipath-langchain>=0.7.6.dev1006290000,<0.7.6.dev1006300000"
]

[[tool.uv.index]]
name = "testpypi"
url = "https://test.pypi.org/simple/"
publish-url = "https://test.pypi.org/legacy/"
explicit = true

[tool.uv.sources]
uipath-langchain = { index = "testpypi" }

[tool.uv]
override-dependencies = [
    "uipath-langchain>=0.7.6.dev1006290000,<0.7.6.dev1006300000",
]

@gcuip gcuip marked this pull request as ready for review February 25, 2026 14:16
@gcuip gcuip added build:dev and removed build:dev labels Feb 25, 2026
@gcuip gcuip force-pushed the fix/ephemeral-index-subgraph-in-tools branch 2 times, most recently from 0f233b6 to c595903 Compare February 25, 2026 21:29
@gcuip gcuip force-pushed the fix/ephemeral-index-subgraph-in-tools branch from bb267df to ce40e52 Compare February 26, 2026 10:19
@gcuip gcuip changed the title fix: ephemeral index execution in subgraph fix: ephemeral index execution with return early Feb 26, 2026
@gcuip gcuip changed the title fix: ephemeral index execution with return early fix: durable interrupts - use SkipInterruptValue to avoid conditional interrupts Feb 26, 2026
@gcuip gcuip merged commit a8da676 into main Feb 26, 2026
39 checks passed
@gcuip gcuip deleted the fix/ephemeral-index-subgraph-in-tools branch February 26, 2026 14:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants