Skip to content

Commit f0c8140

Browse files
lego0901tfx-copybara
authored andcommitted
Update tensorflow-serving-api version constraint and update CAIP Prediction compatibility table to use TF 2.15
PiperOrigin-RevId: 622452080
1 parent 3ff401b commit f0c8140

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

RELEASE.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,8 @@
8080
| `tensorflow` | `>=2.15,<2.16` | `>=2.13,<2.14` | |
8181
| `tensorflow-decision-forests` | `>=1.0.1,<1.9` | `>=1.0.1,<2` | |
8282
| `tensorflow-hub` | `>=0.9.0,<0.14` | `>=0.15.0,<0.16` | |
83+
| `tensorflow-serving` | `>=1.15,!=2.0.*,!=2.1.*,!=2.2.*,!=2.3.*,!=2.4.*,!=2.5.*,!=2.6.*,!=2.7.*,!=2.8.*,<3` | `>=2.15,<2.16` | |
84+
8385
## Documentation Updates
8486

8587
# Version 1.14.0

tfx/dependencies.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ def make_required_install_packages():
117117
nightly='>=0.46.0.dev',
118118
git_master='@git+https://github.com/tensorflow/model-analysis@master',
119119
),
120-
'tensorflow-serving-api>=1.15,!=2.0.*,!=2.1.*,!=2.2.*,!=2.3.*,!=2.4.*,!=2.5.*,!=2.6.*,!=2.7.*,!=2.8.*,<3',
120+
'tensorflow-serving-api>=2.15,<2.16',
121121
'tensorflow-transform'
122122
+ select_constraint(
123123
default='>=1.14.0,<1.15.0',

tfx/extensions/google_cloud_ai_platform/prediction_clients.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@
3333
# CAIP pusher. See:
3434
# https://cloud.google.com/ai-platform/prediction/docs/runtime-version-list
3535
'2.0': '1.15',
36-
# TODO(b/168249383) Update this once CAIP model support TF 2.13 runtime.
37-
'2.13': '2.11',
36+
# TODO(b/168249383) Update this once CAIP model support TF 2.15 runtime.
37+
'2.15': '2.11',
3838
}
3939

4040
# Google Cloud AI Platform's ModelVersion resource path format.

0 commit comments

Comments
 (0)