python3Packages.sagemaker-core: 1.0.77 -> 1.0.78 (#513711)

This commit is contained in:
Gaétan Lepage
2026-04-26 19:06:51 +00:00
committed by GitHub
@@ -28,14 +28,14 @@
buildPythonPackage (finalAttrs: {
pname = "sagemaker-core";
version = "1.0.77";
version = "1.0.78";
pyproject = true;
src = fetchFromGitHub {
owner = "aws";
repo = "sagemaker-core";
tag = "v${finalAttrs.version}";
hash = "sha256-UWoRYMk2QUjgCaa76xJ8o6OyAiM0Zyf4jXgT4AYm8PM=";
hash = "sha256-pSxOMbw6ZUdlVTYoSW5ZwpTTh5VEJFf8U6sNq6kb5vM=";
};
build-system = [