Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion sagemaker-core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@

- Fix handling of training step dependencies to allow successful pipeline creation (#5618)
- Fix model registration with a model card to support both `ModelCard` and `ModelPackageModelCard` objects (#5611)
- Fix `_build_for_passthrough()` to only set `s3_upload_path` for S3 URIs, preventing CreateModel API validation errors with local paths (#5601)
- Fix local mode cleanup by handling root-owned files from Docker containers with `PermissionError` recovery (#5601)
- Fix local mode processing to allow `file://` scheme URIs for output S3 paths (#5601)
- Relax `rich` dependency upper bound back to 15.0.0 (#5620)
Expand Down
Loading