Skip to content

fix: use resource_override for index resolution#875

Open
gcuip wants to merge 1 commit into
mainfrom
fix/index-resource_override
Open

fix: use resource_override for index resolution#875
gcuip wants to merge 1 commit into
mainfrom
fix/index-resource_override

Conversation

@gcuip
Copy link
Copy Markdown
Contributor

@gcuip gcuip commented May 27, 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.11.8.dev1008754704",

  # Any version from PR
  "uipath-langchain>=0.11.8.dev1008750000,<0.11.8.dev1008760000"
]

[[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.11.8.dev1008750000,<0.11.8.dev1008760000",
]

@sonarqubecloud
Copy link
Copy Markdown

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.

1 participant