Merge pull request #307604 from r-ryantm/auto-update/python311Packages.sagemaker

python311Packages.sagemaker: 2.216.1 -> 2.217.0
This commit is contained in:
Nick Cao
2024-04-29 10:41:52 -04:00
committed by GitHub
@@ -32,7 +32,7 @@
buildPythonPackage rec {
pname = "sagemaker";
version = "2.216.1";
version = "2.217.0";
pyproject = true;
disabled = pythonOlder "3.8";
@@ -41,7 +41,7 @@ buildPythonPackage rec {
owner = "aws";
repo = "sagemaker-python-sdk";
rev = "refs/tags/v${version}";
hash = "sha256-z+vtUgR/Yxptz9Hzdb5bpAIIEN9JlSRVPt/aSKI4jHY=";
hash = "sha256-p73M0hBVpakdXGM56ECr4D3mQCBmB7Ud/p+Rj1+/Bic=";
};
patches = [