Skip to content

chore: support uipath 2.14 and runtime 0.13 - #1027

Merged
radu-mocanu merged 1 commit into
mainfrom
chore/uipath-runtime-0.13
Aug 6, 2026
Merged

chore: support uipath 2.14 and runtime 0.13#1027
radu-mocanu merged 1 commit into
mainfrom
chore/uipath-runtime-0.13

Conversation

@radu-mocanu

Copy link
Copy Markdown
Collaborator

Summary

  • allow uipath-langchain consumers to use uipath 2.14.x and uipath-runtime 0.13.x
  • retain compatibility with the existing 2.13.x and 0.12.x dependency stack

Copilot AI review requested due to automatic review settings August 6, 2026 13:18

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 uipath-langchain’s declared dependency compatibility to allow consumers to use uipath 2.14.x and uipath-runtime 0.13.x while keeping support for the existing 2.13.x / 0.12.x stack.

Changes:

  • Bump project version to 0.16.0.
  • Broaden dependency constraints to uipath<2.15.0 and uipath-runtime<0.14.0.
  • Refresh uv.lock to resolve and lock to uipath==2.14.1, uipath-runtime==0.13.0, and related updates.

Reviewed changes

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

File Description
pyproject.toml Bumps package version and expands dependency version ranges for uipath and uipath-runtime.
uv.lock Updates the locked dependency set to reflect the new allowed versions (including uipath==2.14.1 and uipath-runtime==0.13.0).

Comment thread pyproject.toml
Comment on lines 7 to +11
dependencies = [
"uipath>=2.13.16, <2.14.0",
"uipath>=2.13.16, <2.15.0",
"uipath-core>=0.5.29, <0.6.0",
"uipath-platform>=0.2.15, <0.3.0",
"uipath-runtime>=0.12.5, <0.13.0",
"uipath-runtime>=0.12.5, <0.14.0",
@sonarqubecloud

sonarqubecloud Bot commented Aug 6, 2026

Copy link
Copy Markdown

@radu-mocanu
radu-mocanu enabled auto-merge (squash) August 6, 2026 15:03
@radu-mocanu
radu-mocanu merged commit ca64d4f into main Aug 6, 2026
43 of 46 checks passed
@radu-mocanu
radu-mocanu deleted the chore/uipath-runtime-0.13 branch August 6, 2026 15:03
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