python312Packages.sagemaker: 2.242.0 -> 2.243.0 (#396396)

This commit is contained in:
Nick Cao
2025-04-05 18:46:46 -04:00
committed by GitHub
@@ -40,14 +40,14 @@
buildPythonPackage rec {
pname = "sagemaker";
version = "2.242.0";
version = "2.243.0";
pyproject = true;
src = fetchFromGitHub {
owner = "aws";
repo = "sagemaker-python-sdk";
tag = "v${version}";
hash = "sha256-86FnB/HJ43RxFuezzbNADUVsifV0+HHVR0yfb+aQZ8M=";
hash = "sha256-Os26VMK/kR23plt+wq8kV3K+17PfP5XuBy7MIz9PQ6s=";
};
build-system = [