Skip to content

Commit 10b6bee

Browse files
authored
Merge branch 'master' into amtviz
2 parents 75631ef + e1b6a7f commit 10b6bee

File tree

5 files changed

+234
-173
lines changed

5 files changed

+234
-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,<2.13
47+
mlflow>=2.14.2,<3
4848
huggingface_hub==0.26.2
4949
uvicorn>=0.30.1
5050
fastapi==0.115.4

0 commit comments

Comments
 (0)