python3Packages.sagemaker-core: 1.0.52 -> 1.0.55 (#436924)

This commit is contained in:
Peder Bergebakken Sundt
2025-08-26 16:09:50 +02:00
committed by GitHub
2 changed files with 6 additions and 4 deletions
@@ -28,14 +28,14 @@
buildPythonPackage rec {
pname = "sagemaker-core";
version = "1.0.52";
version = "1.0.55";
pyproject = true;
src = fetchFromGitHub {
owner = "aws";
repo = "sagemaker-core";
tag = "v${version}";
hash = "sha256-f+Xy9/14cJhbjqrSqR+Bh98uNUCb0XlDdaTPkPAomlA=";
hash = "sha256-Qt7AgS9x9hgM6Qs5trfP6wEAKAuR6aOMz2VFtLdmXt8=";
};
build-system = [
@@ -13,6 +13,7 @@
docker,
fastapi,
google-pasta,
graphene,
importlib-metadata,
jsonschema,
numpy,
@@ -40,14 +41,14 @@
buildPythonPackage rec {
pname = "sagemaker";
version = "2.249.0";
version = "2.251.0";
pyproject = true;
src = fetchFromGitHub {
owner = "aws";
repo = "sagemaker-python-sdk";
tag = "v${version}";
hash = "sha256-CXEIRFr0rrdydPOKp4HxErUUew86toGAkKo8X5Bz2Bo=";
hash = "sha256-QGj4ZUAwr6SxUNWgs+1PNxg/4WYE1ynR1y4I11+kDmc=";
};
build-system = [
@@ -72,6 +73,7 @@ buildPythonPackage rec {
docker
fastapi
google-pasta
graphene
importlib-metadata
jsonschema
numpy