chore(deps): bump uipath to 2.14.21 - #1097
Open
viswa-uipath wants to merge 1 commit into
Open
viswa-uipath wants to merge 1 commit into
viswa-uipath wants to merge 1 commit into
Conversation
Picks up uipath 2.14.21, which adds the uipath-ipc transitive dependency. Bumps the package version to 0.18.9. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
There was a problem hiding this comment.
🟢 Approval recommended
The changes are a straightforward, internally consistent version/dependency bump with no additional code-path modifications in the diff.
Pull request overview
This PR updates the uipath-langchain package metadata to align with a dependency floor bump for the upstream uipath SDK, ensuring the lockfile reflects the resolved transitive dependency set.
Changes:
- Bump
uipathminimum required version from2.14.19to2.14.21(while keeping<2.15.0). - Bump project version from
0.18.8to0.18.9. - Update
uv.lockto reflect the new resolved graph, including transitiveuipath-ipc==2.5.2.
File summaries
| File | Description |
|---|---|
| uv.lock | Updates resolved dependency versions for uipath==2.14.21, adds transitive uipath-ipc==2.5.2, and bumps editable package version metadata to 0.18.9. |
| pyproject.toml | Bumps project version to 0.18.9 and updates the declared uipath dependency floor to >=2.14.21,<2.15.0. |
Review details
- Files reviewed: 1/2 changed files
- Comments generated: 0
- Review effort level: Lite
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
|
radu-mocanu
approved these changes
Sep 18, 2026
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
Bumps the
uipathdependency floor from2.14.19to2.14.21and the package version from0.18.8to0.18.9.The new
uipathrelease pulls inuipath-ipc==2.5.2as a transitive dependency, which is reflected inuv.lock.Testing
uv lock --check— lockfile up to dateuv sync --all-extras— resolves cleanlyjust lint— all checks passeduv run pytest— 4 failures, all pre-existing onmainand unrelated to this change (verified by re-running them on a clean tree): two Windows-environment-specific cases intest_output_file_tool.py(CSV mimetype resolution, symlink rejection) and twosolution pack/solution publishschema-example cases intest_uipath_cli_tool.py.🤖 Generated with Claude Code