chore(deps): require uipath-platform>=0.2.10#990
Merged
Conversation
Consume uipath-platform 0.2.10, which forwards an optional byoConnectionId when evaluating a BYO guardrail so the Agents backend can narrow BYOG configuration resolution to a specific connection (UiPath/uipath-python#1817). Bumps package version to 0.14.9. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
There was a problem hiding this comment.
Pull request overview
Updates uipath-langchain’s dependency floor to pick up uipath-platform 0.2.10 behavior (forwarding optional byoConnectionId for BYO guardrail evaluation), and bumps the package version accordingly.
Changes:
- Bump
uipath-platformrequirement to>=0.2.10, <0.3.0. - Bump package version
0.14.8→0.14.9. - Regenerate
uv.lockto reflectuipath-platform0.2.10 and the new project version.
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 raises the uipath-platform minimum required version. |
| uv.lock | Updates locked versions/specifiers to match the new project version and uipath-platform 0.2.10 artifacts. |
apetraru-uipath
approved these changes
Jul 15, 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
uipath-platformdependency floor to>=0.2.10, <0.3.0and updates the lock file accordingly.uipath-platform0.2.10 (UiPath/uipath-python#1817) forwards an optionalbyoConnectionIdwhen evaluating a BYO guardrail, so the Agents backend can narrow BYOG configuration resolution to a specific connection — parity with how a BYO model is resolved by connection. The change is backward compatible: when no connection ID exists, resolution defaults to validator name alone.Also bumps the package version
0.14.8→0.14.9.Changes
pyproject.toml:uipath-platform>=0.2.9→>=0.2.10; version0.14.8→0.14.9uv.lock: regenerated (uipath-platform0.2.9 → 0.2.10)🤖 Generated with Claude Code