chore(platform): bump version 0.1.83 → 0.1.84#1774
Merged
Conversation
Trivial version bump so the next published platform wheel can carry any forthcoming metadata change without colliding with the already- published 0.1.83 on PyPI. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Contributor
There was a problem hiding this comment.
Pull request overview
This PR performs a patch-level version bump for the uipath-platform package to enable publishing a new wheel without colliding with the already-released 0.1.83.
Changes:
- Bump
uipath-platformversion from0.1.83to0.1.84inpyproject.toml. - Refresh
uv.lockforuipath-platformto reflect the new editable package version. - Refresh
packages/uipath/uv.lockso the editableuipath-platformdependency resolves to0.1.84.
Reviewed changes
Copilot reviewed 1 out of 3 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| packages/uipath-platform/pyproject.toml | Updates the package version to 0.1.84. |
| packages/uipath-platform/uv.lock | Updates the locked editable package entry to 0.1.84. |
| packages/uipath/uv.lock | Updates the transitive/editable lock entry for uipath-platform to 0.1.84. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
|
radu-mocanu
approved these changes
Jun 30, 2026
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.



Summary
Trivial version bump on
uipath-platformfrom0.1.83→0.1.84.0.1.83is already published on PyPI; the next platform wheel needs a fresh version number so any forthcoming metadata change can publish without colliding.Changes
packages/uipath-platform/pyproject.toml0.1.83 → 0.1.84packages/uipath-platform/uv.lockpackages/uipath/uv.lockTest plan
uv sync --lockedpasses on all three packages🤖 Generated with Claude Code