chore: bump uipath to 2.11.13 and uipath-platform to 0.1.78#940
Merged
Conversation
Raise uipath-runtime floor to 0.11.4 for the guardrails execution source/job key headers (UiPath/uipath-python#1739). Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
There was a problem hiding this comment.
Pull request overview
This PR updates the minimum supported versions for the UiPath Python dependencies to pick up the guardrails execution-source/job-key header support and aligns the lockfile to those new floors.
Changes:
- Bump
uipathdependency floor to>=2.11.13,<2.12.0. - Bump
uipath-platformto>=0.1.78,<0.2.0anduipath-runtimeto>=0.11.4,<0.12.0(as required by UiPath/uipath-python#1739). - Regenerate
uv.lock, pullinguipath-coreto0.5.22transitively.
Reviewed changes
Copilot reviewed 1 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| pyproject.toml | Raises UiPath dependency floors to the intended versions. |
| uv.lock | Updates locked artifacts/metadata to match the bumped dependency floors (including transitive uipath-core). |
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
ctiliescuuipath
approved these changes
Jun 25, 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.



Bumps the UiPath dependency floors to the versions released in UiPath/uipath-python#1739:
uipathto2.11.13anduipath-platformto0.1.78, and raises theuipath-runtimefloor to0.11.4(required for the new guardrails execution-source/job-key headers).uv.lockis regenerated accordingly, which also pullsuipath-coreto0.5.22as a transitive update.🤖 Generated with Claude Code