chore: bump uipath-runtime to >=0.11.0 across integrations#353
Merged
Conversation
Bump the uipath-runtime constraint to ">=0.11.0, <0.12.0" for all five integration packages, patch-bump each package version, and regenerate the uv.lock files. - uipath-agent-framework: 0.0.12 -> 0.0.13 - uipath-google-adk: 0.0.7 -> 0.0.8 - uipath-llamaindex: 0.5.13 -> 0.5.14 - uipath-openai-agents: 0.0.10 -> 0.0.11 - uipath-pydantic-ai: 0.0.4 -> 0.0.5 Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
There was a problem hiding this comment.
Pull request overview
This PR updates the five integration packages to require uipath-runtime >=0.11.0,<0.12.0, patch-bumps each package version accordingly, and regenerates the per-package uv.lock files to resolve the new runtime (and related uipath* dependencies).
Changes:
- Bumped
uipath-runtimedependency constraint to>=0.11.0,<0.12.0across all five integrationpyproject.tomlfiles. - Patch-bumped each integration package’s own version to publish the dependency update.
- Regenerated
uv.lockfiles to resolveuipath-runtimeto0.11.0and update relateduipath/uipath-core/uipath-platformpins.
Reviewed changes
Copilot reviewed 5 out of 10 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| packages/uipath-agent-framework/pyproject.toml | Patch-bump package version and require uipath-runtime >=0.11.0,<0.12.0. |
| packages/uipath-agent-framework/uv.lock | Re-lock to uipath-runtime 0.11.0 and updated uipath* transitive pins. |
| packages/uipath-google-adk/pyproject.toml | Patch-bump package version and require uipath-runtime >=0.11.0,<0.12.0. |
| packages/uipath-google-adk/uv.lock | Re-lock to uipath-runtime 0.11.0 and updated uipath* transitive pins. |
| packages/uipath-llamaindex/pyproject.toml | Patch-bump package version and require uipath-runtime >=0.11.0,<0.12.0. |
| packages/uipath-llamaindex/uv.lock | Re-lock to uipath-runtime 0.11.0 and updated uipath* transitive pins. |
| packages/uipath-openai-agents/pyproject.toml | Patch-bump package version and require uipath-runtime >=0.11.0,<0.12.0. |
| packages/uipath-openai-agents/uv.lock | Re-lock to uipath-runtime 0.11.0 and updated uipath* transitive pins. |
| packages/uipath-pydantic-ai/pyproject.toml | Patch-bump package version and require uipath-runtime >=0.11.0,<0.12.0. |
| packages/uipath-pydantic-ai/uv.lock | Re-lock to uipath-runtime 0.11.0 and updated uipath* transitive pins. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
uipath-runtime 0.11.0 added emit_executing_tool_call_event to UiPathChatProtocol. Implement it on the test double so the runtime type-checks under the new constraint. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
|
cristipufu
approved these changes
Jun 8, 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 required
uipath-runtimeversion to>=0.11.0, <0.12.0for all five integration packages, patch-bumps each package's own version, and regenerates theuv.lockfiles.Version bumps
uipath-runtime>=0.11.0, <0.12.0>=0.11.0, <0.12.0>=0.11.0, <0.12.0>=0.11.0, <0.12.0>=0.11.0, <0.12.0Notes
uv.lockwas regenerated withuv lock; all now resolveuipath-runtimeto0.11.0. Re-resolution also pulled the latest in-rangeuipath/uipath-core/uipath-platform(consistent withtool.uv.exclude-newer-packageexempting the uipath packages from the 2-day cutoff).c480c64,>=0.10.0).🤖 Generated with Claude Code