Skip to content

fix: ephemeral index execution with return early#629

Open
gcuip wants to merge 1 commit intomainfrom
fix/ephemeral-index-subgraph-in-tools
Open

fix: ephemeral index execution with return early#629
gcuip wants to merge 1 commit 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.5.dev1006293108",

  # Any version from PR
  "uipath-langchain>=0.7.5.dev1006290000,<0.7.5.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.5.dev1006290000,<0.7.5.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
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