python3Packages.sagemaker-core: 1.0.37 -> 1.0.40 (#419501)

This commit is contained in:
Gaétan Lepage
2025-06-24 12:59:23 +02:00
committed by GitHub
@@ -28,14 +28,14 @@
buildPythonPackage rec {
pname = "sagemaker-core";
version = "1.0.37";
version = "1.0.40";
pyproject = true;
src = fetchFromGitHub {
owner = "aws";
repo = "sagemaker-core";
tag = "v${version}";
hash = "sha256-MnCBsJiXVHaDm6Cn4F7LUTDyFQBt2jALHXyTGNjlsZw=";
hash = "sha256-c/qaAdiQHY7w3h9qxDO/2U9W01xpJjBGx5Ohh9P7Jxk=";
};
build-system = [