python3Packages.sagemaker-core: 1.0.34 -> 1.0.36

This commit is contained in:
R. Ryantm
2025-06-05 10:36:07 +00:00
parent d3ce1e9ebf
commit 6b3fffa698
@@ -28,14 +28,14 @@
buildPythonPackage rec {
pname = "sagemaker-core";
version = "1.0.34";
version = "1.0.36";
pyproject = true;
src = fetchFromGitHub {
owner = "aws";
repo = "sagemaker-core";
tag = "v${version}";
hash = "sha256-ZkV4SfJS+3otrzYFZH7lt/tBsFTbfss9Yt7OKgl3fSQ=";
hash = "sha256-3nsBzpkreyavjZoyA96DWK9lV9YrOB6SyrpLFqX4ZP8=";
};
build-system = [