chore: loosen runtime bound for uipath 2.12.9#1790
Conversation
There was a problem hiding this comment.
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/uipathversion from2.12.8to2.12.9. - Relax the
uipath-runtimedependency constraint from>=0.12.1,<0.13.0to>=0.11.7,<0.13.0. - Regenerate
packages/uipath/uv.lockto 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.
|
Fixes the langchain-cross / triage-agent integration checks (mirrors #1790). Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
|
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. |



Summary
uipathto2.12.9uipath-runtimefrom>=0.12.1,<0.13.0to>=0.11.7,<0.13.0packages/uipath/uv.lockWhy
The voice
end_detailsupport added in2.12.8does not require runtime0.12.xon the happy path. This allows downstream packages that still depend onuipath-langchain==0.13.23to resolve withuipath-runtime 0.11.xwhile still consuming the newuipathvoice behavior.Tests
uv run pytest tests/cli/chat/test_voice_bridge.py -quv run ruff check src/uipath/_cli/_chat/_voice_bridge.py tests/cli/chat/test_voice_bridge.pyuv run --with 'uipath-runtime==0.11.8' --refresh-package uipath-runtime pytest tests/cli/chat/test_voice_bridge.py -q