Skip to content

chore: bump uipath-runtime to >=0.11.0 across integrations#353

Merged
cotovanu-cristian merged 2 commits into
mainfrom
chore/bump-uipath-runtime-0.11
Jun 8, 2026
Merged

chore: bump uipath-runtime to >=0.11.0 across integrations#353
cotovanu-cristian merged 2 commits into
mainfrom
chore/bump-uipath-runtime-0.11

Conversation

@cotovanu-cristian

Copy link
Copy Markdown
Contributor

Summary

Bumps the required uipath-runtime version to >=0.11.0, <0.12.0 for all five integration packages, patch-bumps each package's own version, and regenerates the uv.lock files.

Version bumps

Package Version uipath-runtime
uipath-agent-framework 0.0.12 → 0.0.13 >=0.11.0, <0.12.0
uipath-google-adk 0.0.7 → 0.0.8 >=0.11.0, <0.12.0
uipath-llamaindex 0.5.13 → 0.5.14 >=0.11.0, <0.12.0
uipath-openai-agents 0.0.10 → 0.0.11 >=0.11.0, <0.12.0
uipath-pydantic-ai 0.0.4 → 0.0.5 >=0.11.0, <0.12.0

Notes

  • Each uv.lock was regenerated with uv lock; all now resolve uipath-runtime to 0.11.0. Re-resolution also pulled the latest in-range uipath / uipath-core / uipath-platform (consistent with tool.uv.exclude-newer-package exempting the uipath packages from the 2-day cutoff).
  • Follows the convention of the prior bump (commit c480c64, >=0.10.0).

🤖 Generated with Claude Code

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>
Copilot AI review requested due to automatic review settings June 8, 2026 15:54

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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-runtime dependency constraint to >=0.11.0,<0.12.0 across all five integration pyproject.toml files.
  • Patch-bumped each integration package’s own version to publish the dependency update.
  • Regenerated uv.lock files to resolve uipath-runtime to 0.11.0 and update related uipath/uipath-core/uipath-platform pins.

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>
@sonarqubecloud

sonarqubecloud Bot commented Jun 8, 2026

Copy link
Copy Markdown

@cotovanu-cristian cotovanu-cristian merged commit dcdb9a1 into main Jun 8, 2026
75 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants