Skip to content

chore: test PR for cli integration tests - #541

Open
YaswanthKumar-eng wants to merge 1 commit into
develfrom
test/secrets-management
Open

chore: test PR for cli integration tests#541
YaswanthKumar-eng wants to merge 1 commit into
develfrom
test/secrets-management

Conversation

@YaswanthKumar-eng

Copy link
Copy Markdown
Contributor

No description provided.

Copilot AI review requested due to automatic review settings June 10, 2026 11:44
@YaswanthKumar-eng
YaswanthKumar-eng requested review from a team as code owners June 10, 2026 11:44

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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-v2 source from devel to feat/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-py across 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.

Comment thread pyproject.toml
"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",
Comment thread pyproject.toml

[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" }
@github-actions

Copy link
Copy Markdown

🤖 Pull Request Artifacts (#27274164312) 🎉

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants