Skip to content

Commit 6e80a03

Browse files
authored
Merge branch 'master' into attrs-update
2 parents 0e0ef3d + f6a5050 commit 6e80a03

File tree

6 files changed

+237
-173
lines changed

6 files changed

+237
-173
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Changelog
22

3+
## v2.245.0 (2025-05-28)
4+
5+
### Features
6+
7+
* Correct mypy type checking through PEP 561
8+
9+
### Bug Fixes and Other Changes
10+
11+
* MLFLow update for dependabot
12+
* addWaiterTimeoutHandling
13+
* merge method inputs with class inputs
14+
* update image_uri_configs 05-20-2025 07:18:17 PST
15+
316
## v2.244.2 (2025-05-19)
417

518
### Bug Fixes and Other Changes

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.244.3.dev0
1+
2.245.1.dev0

requirements/extras/test_requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ nbformat>=5.9,<6
4444
accelerate>=0.24.1,<=0.27.0
4545
schema==0.7.5
4646
tensorflow>=2.16.2,<=2.18.0
47-
mlflow>=2.12.2,<3
47+
mlflow>=2.14.2,<3
4848
huggingface_hub==0.26.2
4949
uvicorn>=0.30.1
5050
fastapi==0.115.4

src/sagemaker/estimator.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -456,6 +456,9 @@ def __init__(
456456
A dictionary containing the hyperparameters to
457457
initialize this estimator with. (Default: None).
458458
459+
If a source directory is specified, the set_hyperparameters method escapes
460+
the dict argument as JSON, and updates the private hyperparameter attribute.
461+
459462
.. caution::
460463
You must not include any security-sensitive information, such as
461464
account access IDs, secrets, and tokens, in the dictionary for configuring

0 commit comments

Comments
 (0)