fix: bump uipath-dev to >=0.0.82 in dev-console testcase#961
Open
mjnovice wants to merge 1 commit into
Open
Conversation
uipath-dev 0.0.82 is the first version compatible with uipath>=2.12 (WorkloadExecution rename). Older versions pin uipath<2.12.0, which conflicts with uipath-langchain>=0.13.16 (uipath>=2.12.1) and breaks dependency resolution in the cross-langchain CI. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
|
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.



Why
The
dev-consolecross-langchain testcase fails dependency resolution on uipath-python PRs (example):uipath-langchain>=0.13.16requiresuipath>=2.12.1while everyuipath-dev<=0.0.81pinsuipath<2.12.0.uipath-dev-python#109 (merged) makes
uipath-dev 0.0.82compatible withuipath>=2.12.0, <2.13.0. This PR raises the testcase floor so the resolver requires the compatible version and fails loudly (rather than with a confusing resolution backtrack) if it's unavailable.Slack context: https://uipath-product.slack.com/archives/C07BTKVLVC3/p1782902385666139?thread_ts=1782860141.222669&cid=C07BTKVLVC3
uipath-dev 0.0.82is being released to PyPI now (CD in progress on uipath-dev-python main) — CI on this PR will fail resolution until it lands.🤖 Generated with Claude Code