openproblems-bio / openproblems

Formalizing and benchmarking open problems in single-cell genomics
MIT License
287 stars 76 forks source link

Update sagemaker requirement from ==2.116.* to ==2.137.* in /docker/openproblems #845

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Updates the requirements on sagemaker to permit the latest version.

Release notes

Sourced from sagemaker's releases.

v2.137.0

Features

  • support JSON for input dataset and model output

Bug Fixes and Other Changes

  • Wait on describe for tag propagation
  • Extracted profile_name directly from sagemaker.Session if None
  • Avoid double encoding to JSON in InferenceRecommenderMixin
  • RepackStep must use the same KMS key as the Model
Changelog

Sourced from sagemaker's changelog.

v2.137.0 (2023-03-10)

Features

  • support JSON for input dataset and model output

Bug Fixes and Other Changes

  • Wait on describe for tag propagation
  • Extracted profile_name directly from sagemaker.Session if None
  • Avoid double encoding to JSON in InferenceRecommenderMixin
  • RepackStep must use the same KMS key as the Model

v2.136.0 (2023-03-09)

Features

  • with_feature_group [feature_store]
  • Djl Large Model Support
  • Decouple model.right_size() from model registry

Bug Fixes and Other Changes

  • Fix integration test error in test_default_right_size_and_deploy_unregistered_base_model
  • Add djl 0.21.0 dlc images

Documentation Changes

  • Torchrun gpu support documentation change

v2.135.1.post0 (2023-03-02)

Documentation Changes

  • update feature store dataset builder docs

v2.135.1 (2023-03-01)

Bug Fixes and Other Changes

  • Revert back to stable apache-airflow-providers-amazon from 7.2.1 to 4.0.0.
  • Typo in graviton algos
  • build(deps): bump apache-airflow-providers-amazon from 4.0.0 to 7.2.1 in /requirements/extras
  • Support cloning private repo using ssh key
  • Create a default SageMaker Session inside FeatureGroup class

Documentation Changes

  • fix typo in README

... (truncated)

Commits
  • e241d6a prepare release v2.137.0
  • 9f74fbc fix: Wait on describe for tag propagation (#3705)
  • 7f823e1 feature: support JSON for input dataset and model output (#3687)
  • 5987cc8 fix: Extracted profile_name directly from sagemaker.Session if None (#3660)
  • a776dc6 fix: Avoid double encoding to JSON in InferenceRecommenderMixin (#3697)
  • 5fecbcc fix: RepackStep must use the same KMS key as the Model (#3692)
  • ca1e535 update development version to v2.136.1.dev0
  • 9138205 prepare release v2.136.0
  • ad4a92a documentation: Torchrun gpu support documentation change (#3698)
  • 9e5dca6 fix: Fix integration test error in test_default_right_size_and_deploy_unregis...
  • Additional commits viewable in compare view


You can trigger a rebase of this PR 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 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)
github-actions[bot] commented 1 year ago

Current build status

dependabot[bot] commented 1 year ago

Superseded by #851.