chore: test PR for cli integration tests - #541
Open
YaswanthKumar-eng wants to merge 1 commit into
Open
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
This PR updates the CLI’s Python dependency set (via pyproject.toml + regenerated uv.lock) to pull rapyuta-io-sdk-v2 from the feat/secrets-management branch and refreshes a number of locked transitive dependencies. This fits into the repo as a dependency/lockfile maintenance change that affects how the CLI is built and tested (including integration tests).
Changes:
- Switch
rapyuta-io-sdk-v2source fromdeveltofeat/secrets-management. - Regenerate
uv.lock, pulling in updated versions for several dependencies (e.g.,ansible-core,click,requests,coverage, etc.). - Update lock resolution details for
rpds-pyacross Python-version markers.
Reviewed changes
Copilot reviewed 1 out of 2 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
| uv.lock | Regenerated lockfile reflecting updated dependency versions and updated rapyuta-io-sdk-v2 git source resolution. |
| pyproject.toml | Points rapyuta-io-sdk-v2 dependency and [tool.uv.sources] to the feat/secrets-management ref. |
| "yaspin==2.5.0", | ||
| "ansible-core>=2.13.13", | ||
| "rapyuta-io-sdk-v2 @ git+https://github.com/rapyuta-robotics/rapyuta-io-sdk-v2@devel", | ||
| "rapyuta-io-sdk-v2 @ git+https://github.com/rapyuta-robotics/rapyuta-io-sdk-v2@feat/secrets-management", |
|
|
||
| [tool.uv.sources] | ||
| rapyuta-io-sdk-v2 = { git = "https://github.com/rapyuta-robotics/rapyuta-io-sdk-v2", rev = "devel" } | ||
| rapyuta-io-sdk-v2 = { git = "https://github.com/rapyuta-robotics/rapyuta-io-sdk-v2", rev = "feat/secrets-management" } |
YaswanthKumar-eng
force-pushed
the
test/secrets-management
branch
from
June 10, 2026 11:50
c8360bd to
2098e85
Compare
|
🤖 Pull Request Artifacts (#27274164312) 🎉 |
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.
No description provided.