File tree Expand file tree Collapse file tree 3 files changed +18
-1
lines changed Expand file tree Collapse file tree 3 files changed +18
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## v2.237.3 (2025-01-09)
4
+
5
+ ### Bug Fixes and Other Changes
6
+
7
+ * pin metadata-version to 2.3
8
+ * model server might have already done a serialization. honor that by not decoding the request again if it is not already bytes or bytestream
9
+ * Disable jumpstart tests missing clean up logic
10
+ * Jumpstart ap southeast 5
11
+ * add autogluon 1.2
12
+ * updated inference script to cover context
13
+ * security update -> use sha256 instead of md5 for file hashing
14
+ * Fix Flake8 Violations
15
+ * Added parsing string support for situations where custom code might be used (ie. mlflow)
16
+ * Updating Inference Optimization Validations
17
+
3
18
## v2.237.2 (2024-12-17)
4
19
5
20
### Bug Fixes and Other Changes
Original file line number Diff line number Diff line change 1
- 2.237.3 .dev0
1
+ 2.237.4 .dev0
Original file line number Diff line number Diff line change @@ -73,13 +73,15 @@ pattern = "(?P<version>.+)"
73
73
[tool .hatch .metadata .hooks .custom ]
74
74
75
75
[tool .hatch .build .targets .wheel ]
76
+ core-metadata-version = " 2.3"
76
77
packages = [" src/sagemaker" ]
77
78
exclude = [" src/sagemaker/serve/model_server/triton/pack_conda_env.sh" ]
78
79
79
80
[tool .hatch .build .targets .wheel .shared-scripts ]
80
81
"src/sagemaker/serve/model_server/triton/pack_conda_env.sh" = " pack_conda_env.sh"
81
82
82
83
[tool .hatch .build .targets .sdist ]
84
+ core-metadata-version = " 2.3"
83
85
only-include = [
84
86
" /requirements/extras" ,
85
87
" /src" ,
You can’t perform that action at this time.
0 commit comments