Skip to content

[dev-pilot] Sync Python SDK: add should_use_cached_image, replica image fields, job created_by_user_id#95

Open
nusmql wants to merge 1 commit intomasterfrom
dev-pilot/add-cached-image-replica-info-job-userid
Open

[dev-pilot] Sync Python SDK: add should_use_cached_image, replica image fields, job created_by_user_id#95
nusmql wants to merge 1 commit intomasterfrom
dev-pilot/add-cached-image-replica-info-job-userid

Conversation

@nusmql
Copy link
Copy Markdown
Contributor

@nusmql nusmql commented Apr 17, 2026

Summary

Automated sync with verda-cloud/public-api@abc1234.

Changes

verda/containers/_containers.py

  • Container: added should_use_cached_image: bool | None = None (corresponds to ContainerPublicApiDto, PatchContainerPublicApiDto, CreateScaledJobContainerDto, PatchScaledJobContainerDto)
  • ReplicaInfo: added image, image_name, image_tag (all str | None, new in ReplicaInfo schema)

verda/job_deployments/_job_deployments.py

  • JobDeploymentSummary: added created_by_user_id: str | None = None (corresponds to ScaledJobShortInfoResponseDto)
  • JobDeployment: added created_by_user_id: str | None = None (corresponds to ScaledJobResponseDto)

Tests

149 unit tests pass (uv run pytest tests/unit_tests -v). ruff check and ruff format --check clean.

Notes

All other spec differences were example UUID rotations only (no structural changes).

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.

1 participant