Skip to content

chore: loosen runtime bound for uipath 2.12.9#1790

Closed
JoshParkSJ wants to merge 1 commit into
mainfrom
josh/loosen-runtime-for-agents
Closed

chore: loosen runtime bound for uipath 2.12.9#1790
JoshParkSJ wants to merge 1 commit into
mainfrom
josh/loosen-runtime-for-agents

Conversation

@JoshParkSJ

Copy link
Copy Markdown
Contributor

Summary

  • bump uipath to 2.12.9
  • relax uipath-runtime from >=0.12.1,<0.13.0 to >=0.11.7,<0.13.0
  • regenerate packages/uipath/uv.lock

Why

The voice end_detail support added in 2.12.8 does not require runtime 0.12.x on the happy path. This allows downstream packages that still depend on uipath-langchain==0.13.23 to resolve with uipath-runtime 0.11.x while still consuming the new uipath voice behavior.

Tests

  • uv run pytest tests/cli/chat/test_voice_bridge.py -q
  • uv run ruff check src/uipath/_cli/_chat/_voice_bridge.py tests/cli/chat/test_voice_bridge.py
  • uv run --with 'uipath-runtime==0.11.8' --refresh-package uipath-runtime pytest tests/cli/chat/test_voice_bridge.py -q

Copilot AI review requested due to automatic review settings July 6, 2026 12:47

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

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 uipath package release metadata and dependency constraints to broaden compatibility with older uipath-runtime versions while keeping the same upper bound, and refreshes the lockfile accordingly.

Changes:

  • Bump packages/uipath version from 2.12.8 to 2.12.9.
  • Relax the uipath-runtime dependency constraint from >=0.12.1,<0.13.0 to >=0.11.7,<0.13.0.
  • Regenerate packages/uipath/uv.lock to reflect the updated version and runtime constraint.

Reviewed changes

Copilot reviewed 1 out of 2 changed files in this pull request and generated no comments.

File Description
packages/uipath/pyproject.toml Updates package version to 2.12.9 and relaxes uipath-runtime lower bound to >=0.11.7.
packages/uipath/uv.lock Regenerated lockfile reflecting the new uipath version and updated runtime requirement in metadata.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@sonarqubecloud

sonarqubecloud Bot commented Jul 6, 2026

Copy link
Copy Markdown

sankalp-uipath added a commit that referenced this pull request Jul 6, 2026
Fixes the langchain-cross / triage-agent integration checks (mirrors #1790).

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
@JoshParkSJ

Copy link
Copy Markdown
Contributor Author

Closing this because the dependency chain moved to the published 2.13/0.14 line instead: uipath 2.13.1, uipath-platform 0.2.0, uipath-runtime 0.12.1, uipath-langchain 0.14.0, and uipath-dev 0.0.84. The agents PR has been updated to that line.

@JoshParkSJ JoshParkSJ closed this Jul 6, 2026
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