fix: uipath relative path for ci tests#101
Merged
radu-mocanu merged 1 commit intomainfrom Mar 19, 2026
Merged
Conversation
cristipufu
approved these changes
Mar 19, 2026
c2e3a0c to
9266564
Compare
9266564 to
45393b1
Compare
There was a problem hiding this comment.
Pull request overview
Updates CI to work with the new mono-repo directory layout when running uipath-python integration/tests, and also extends the chat runtime to emit explicit “exchange error” events (plus a version bump).
Changes:
- Adjust
.github/workflows/test-uipath.ymlto runuv add/sync/pytest/mypyfromuipath-python/packages/uipathand update the wheel relative path accordingly. - Add chat “exchange error” signaling via
UiPathChatProtocol.emit_exchange_error_event()and new FAULTED handling inUiPathChatRuntime.stream(). - Bump package version to
0.9.22(and lockfile accordingly).
Reviewed changes
Copilot reviewed 1 out of 1 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
uv.lock |
Updates the locked local package version to 0.9.22. |
pyproject.toml |
Bumps uipath-runtime version to 0.9.22. |
src/uipath/runtime/chat/runtime.py |
Adds error event emission and FAULTED handling during chat streaming. |
src/uipath/runtime/chat/protocol.py |
Extends the chat bridge protocol with emit_exchange_error_event. |
.github/workflows/test-uipath.yml |
Fixes working directories and relative wheel path to match the mono-repo structure. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
You can also share your feedback on Copilot code review. Take the survey.
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.
ToDo:
Development Package