Skip to content

Conversation

@DanielZhangQD
Copy link
Collaborator

Fix #7737, similar to #7692.
Fix Pydantic warning for sky storage ls

Tested (run the relevant ones):

  • Code formatting: install pre-commit (auto-check on commit) or bash format.sh
  • Any manual or new tests for this PR (please specify below)
    • Client on master branch, server on PR branch - no warning
    • Client on PR branch, server on PR branch - no warning
    • Client on PR branch, server on master branch - warning is reported
  • All smoke tests: /smoke-test (CI) or pytest tests/test_smoke.py (local)
  • Relevant individual tests: /smoke-test -k test_name (CI) or pytest tests/test_smoke.py::test_name (local)
  • Backward compatibility: /quicktest-core (CI) or pytest tests/smoke_tests/test_backward_compat.py (local)

@DanielZhangQD DanielZhangQD marked this pull request as ready for review October 27, 2025 07:26
@DanielZhangQD
Copy link
Collaborator Author

/quicktest-core --base-branch master

@DanielZhangQD DanielZhangQD requested a review from aylei October 27, 2025 07:26
Copy link
Collaborator

@aylei aylei left a comment

Choose a reason for hiding this comment

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

LGTM

@DanielZhangQD DanielZhangQD merged commit 315e7d2 into master Oct 27, 2025
21 checks passed
@DanielZhangQD DanielZhangQD deleted the 3663 branch October 27, 2025 11:48
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.

[Storage] UserWarning: Pydantic serializer warnings is reported for sky storage ls

3 participants