fix(deps): allow uipath-runtime 0.13.x on the 0.0.84 line - #128
Closed
radu-mocanu wants to merge 1 commit into
Closed
fix(deps): allow uipath-runtime 0.13.x on the 0.0.84 line#128radu-mocanu wants to merge 1 commit into
radu-mocanu wants to merge 1 commit into
Conversation
Widens the ceiling only: uipath-runtime>=0.12.1,<0.13.0 -> <0.14.0. No source change. 0.0.84 caps uipath-runtime below 0.13.0 and 0.0.85 requires uipath>=2.14.1, so a consumer that stays on the uipath 2.13 line has no published uipath-dev that admits uipath-runtime 0.13.x. Since 0.0.85 already exists, this is a post-release of 0.0.84 rather than a patch increment. Cut from 93fe8f5, the commit that built 0.0.84.
Collaborator
Author
|
Closing: not needed, same reason as UiPath/uipath-python#1876. Making the 0.0.84 line accept |
radu-mocanu
deleted the
hotfix/uipath-dev-0.0.84.post1-runtime-0.13-ceiling
branch
September 1, 2026 10:08
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.
Releases
uipath-dev0.0.84.post1 with a single dependency-requirement change.Why
0.0.84 caps
uipath-runtimebelow 0.13.0, and 0.0.85 requiresuipath>=2.14.1. A consumer that stays on theuipath2.13 line therefore has no publisheduipath-devthat admitsuipath-runtime0.13.x: 0.0.84 excludes the runtime, 0.0.85 excludes the SDK. Sinceuipath-devsits in consumers' dev groups, that blocksuv lockeven though the tool never ships in their wheel.uipath>=2.13.0, <2.14.0is left alone, so this release stays on the 2.13 SDK line.Versioning
0.0.85 already exists, so per the open-source hotfix procedure this is a post-release of the version being fixed rather than a patch increment. PEP 440 orders it
0.0.84 < 0.0.84.post1 < 0.0.85, so it does not supersede 0.0.85 for anyone already on it.Branch
Cut from
93fe8f5, the commit that built 0.0.84. Base branchbase/uipath-dev-0.0.84.xis that same commit. Not formain, which is already past 0.0.85.Verification
uv lockregenerated,uv sync --locked --all-extrascleanPublishing
CD is
workflow_dispatch. Dispatch against the hotfix branch after merge, and note it must land afteruipath2.13.23 is on PyPI, since locking this line atuipath-runtime0.13.x needs an SDK on the 2.13 line that permits it.