Skip to content

chore(deps): bump sagemaker from 2.1.0 to 2.237.3 in /samples/contrib/aws-samples/hosting_model_monitor_pipeline #11769

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 22, 2025

Bumps sagemaker from 2.1.0 to 2.237.3.

Release notes

Sourced from sagemaker's releases.

v2.237.3

Bug Fixes and Other Changes

  • pin metadata-version to 2.3
  • model server might have already done a serialization. honor that by not decoding the request again if it is not already bytes or bytestream
  • Disable jumpstart tests missing clean up logic
  • Jumpstart ap southeast 5
  • add autogluon 1.2
  • updated inference script to cover context
  • security update -> use sha256 instead of md5 for file hashing
  • Fix Flake8 Violations
  • Added parsing string support for situations where custom code might be used (ie. mlflow)
  • Updating Inference Optimization Validations

v2.237.2

Bug Fixes and Other Changes

  • update image_uri_configs 12-13-2024 17:07:12 PST
  • Cloudpickle upgrade

v2.237.1

Bug Fixes and Other Changes

  • chore: remove support for ecr spec fallbacks for jumpstart models
  • Cloudpickle Revert
  • Cloudpickle update
  • Numpy update
  • Protobuf update
  • Update to fetch latest Cloudpickle version

v2.237.0

Features

  • Support SageMakerTrainingPlan for training jobs
  • AMI support for BRM
  • Adding Bedrock Store model support for HubService

Bug Fixes and Other Changes

  • Fix unit tests
  • update boto3 and sagemaker-core version
  • fix gpu_image uri
  • Hotfix to construct rubik uri correctly
  • fix codestyles
  • fix merge artifact
  • fix merge artifact
  • fix test_requiremenets.txt
  • chore: Merge from main

v2.236.0

... (truncated)

Changelog

Sourced from sagemaker's changelog.

v2.237.3 (2025-01-09)

Bug Fixes and Other Changes

  • pin metadata-version to 2.3
  • model server might have already done a serialization. honor that by not decoding the request again if it is not already bytes or bytestream
  • Disable jumpstart tests missing clean up logic
  • Jumpstart ap southeast 5
  • add autogluon 1.2
  • updated inference script to cover context
  • security update -> use sha256 instead of md5 for file hashing
  • Fix Flake8 Violations
  • Added parsing string support for situations where custom code might be used (ie. mlflow)
  • Updating Inference Optimization Validations

v2.237.2 (2024-12-17)

Bug Fixes and Other Changes

  • update image_uri_configs 12-13-2024 17:07:12 PST
  • Cloudpickle upgrade

v2.237.1 (2024-12-12)

Bug Fixes and Other Changes

  • chore: remove support for ecr spec fallbacks for jumpstart models
  • Cloudpickle Revert
  • Cloudpickle update
  • Numpy update
  • Protobuf update
  • Update to fetch latest Cloudpickle version

v2.237.0 (2024-12-05)

Features

  • Support SageMakerTrainingPlan for training jobs
  • AMI support for BRM
  • Adding Bedrock Store model support for HubService

Bug Fixes and Other Changes

  • Fix unit tests
  • update boto3 and sagemaker-core version
  • fix gpu_image uri
  • Hotfix to construct rubik uri correctly
  • fix codestyles
  • fix merge artifact
  • fix merge artifact

... (truncated)

Commits
  • 07a44c2 prepare release v2.237.3
  • 96c5002 fix: pin metadata-version to 2.3 (#4990)
  • daa5518 model server might have already done a serialization. honor that by not decod...
  • 2102bb7 Fix: hub model reference arn enum bug when constructing from arn (#4972)
  • 8be4568 fix: Disable jumpstart tests missing clean up logic (#4976)
  • 007c7c4 Jumpstart ap southeast 5 (#4977)
  • 8d56659 add autogluon 1.2 (#4979)
  • fa178be updated inference script to cover context (#4949)
  • 75cfcb1 fix: security update -> use sha256 instead of md5 for file hashing (#4965)
  • e13078f Fix Flake8 Violations (#4973)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps [sagemaker](https://github.com/aws/sagemaker-python-sdk) from 2.1.0 to 2.237.3.
- [Release notes](https://github.com/aws/sagemaker-python-sdk/releases)
- [Changelog](https://github.com/aws/sagemaker-python-sdk/blob/master/CHANGELOG.md)
- [Commits](aws/sagemaker-python-sdk@v2.1.0...v2.237.3)

---
updated-dependencies:
- dependency-name: sagemaker
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Mar 22, 2025
Copy link

Hi @dependabot[bot]. Thanks for your PR.

I'm waiting for a kubeflow member to verify that this patch is reasonable to test. If it is, they should reply with /ok-to-test on its own line. Until that is done, I will not automatically test new commits in this PR, but the usual testing commands by org members will still work. Regular contributors should join the org to skip this step.

Once the patch is verified, the new status will be reflected by the ok-to-test label.

I understand the commands that are listed here.

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.

@HumairAK
Copy link
Collaborator

/lgtm
/approve

Copy link

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: HumairAK

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@google-oss-prow google-oss-prow bot merged commit ea9a8f2 into master Mar 31, 2025
13 checks passed
@google-oss-prow google-oss-prow bot deleted the dependabot/pip/samples/contrib/aws-samples/hosting_model_monitor_pipeline/sagemaker-2.237.3 branch March 31, 2025 15:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved dependencies Pull requests that update a dependency file lgtm needs-ok-to-test python Pull requests that update Python code size/XS
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant