python3Packages.sagemaker-core: 1.0.71 -> 1.0.72

This commit is contained in:
R. Ryantm
2025-12-21 17:15:37 +00:00
parent ea178f051c
commit ab592ef8c9
@@ -28,14 +28,14 @@
buildPythonPackage rec {
pname = "sagemaker-core";
version = "1.0.71";
version = "1.0.72";
pyproject = true;
src = fetchFromGitHub {
owner = "aws";
repo = "sagemaker-core";
tag = "v${version}";
hash = "sha256-pPNDdfSpU//L2WoFQAoBiEZPSMKb5XuSmUQlYE9ZdzE=";
hash = "sha256-KntbPDsboaDs5jSREQca+N9xUd3lCZzH0pqeCIHmVxw=";
};
build-system = [