fix: require uipath 2.14 and runtime 0.13 - #1028
Merged
Merged
Conversation
There was a problem hiding this comment.
Pull request overview
This PR updates uipath-langchain’s declared minimum compatible uipath-runtime version to 0.13.0, aligning packaging metadata with the runtime contracts required by uipath-langchain 0.16. It also bumps the package version to 0.16.1 and refreshes the lockfile to reflect the dependency constraint change.
Changes:
- Bump
uipath-langchainversion from0.16.0to0.16.1. - Raise the minimum
uipath-runtimerequirement from>=0.12.5to>=0.13.0(still<0.14.0). - Update
uv.lockto keep the locked metadata consistent withpyproject.toml.
Reviewed changes
Copilot reviewed 1 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| pyproject.toml | Updates project version and tightens uipath-runtime minimum version to 0.13.0. |
| uv.lock | Reflects the new uipath-langchain version and updated uipath-runtime constraint in locked metadata. |
andreitava-uip
approved these changes
Aug 6, 2026
radu-mocanu
force-pushed
the
fix/uipath-runtime-0.13-minimum
branch
from
August 6, 2026 15:17
724c92b to
ae41754
Compare
radu-mocanu
force-pushed
the
fix/uipath-runtime-0.13-minimum
branch
from
August 7, 2026 07:49
ae41754 to
460eedd
Compare
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.



Summary
Why
uipath-langchain 0.16 consumes functionality available from uipath 2.14.1 and uipath-runtime 0.13, so both declared minimums must match the actual compatibility boundary.