chore: bump uipath to 2.11.7 and uipath-runtime to 0.11.2#108
Merged
Conversation
Widen the uipath lower bound to 2.11.7 (<2.12.0) and uipath-runtime to 0.11.2 (<0.12.0) so uipath-dev is compatible with the latest uipath release. The previous <2.11.0 ceiling blocked uipath-agents-python from resolving once it pinned uipath==2.11.7. Bump uipath-dev to 0.0.81 and refresh the lockfile (pinned to uipath 2.11.7 / uipath-runtime 0.11.2). Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
maxduu
approved these changes
Jun 23, 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
Widens
uipath-dev's dependency bounds so it's compatible with the latestuipathrelease:uipath:>=2.10.57, <2.11.0→>=2.11.7, <2.12.0uipath-runtime:>=0.11.0, <0.12.0→>=0.11.2, <0.12.0uipath-devversion:0.0.80→0.0.81uv.lockrefreshed (pinned touipath 2.11.7/uipath-runtime 0.11.2, matching the intended release versions rather than the newer2.11.8)Why
The previous
uipath<2.11.0ceiling blockeduipath-agents-pythonfrom resolving once it pinsuipath==2.11.7— every publisheduipath-dev(0.0.73–0.0.80) capped below 2.11.0, so the dev dependency group was unsatisfiable.This is step 2 of the coordinated version bump across repos:
uipath-langchain— chore: bump uipath and uipath-runtime uipath-langchain-python#920uipath-dev— this PRuipath-agents— to follow, once 1 & 2 are merged and releasedA new
uipath-dev 0.0.81needs to be released to PyPI beforeuipath-agentscan bump touipath-dev>=0.0.81.🤖 Generated with Claude Code