Skip to content

Commit 67f4ee8

Browse files
authored
Update version for 2.18.0-rc0 release. (#2262)
1 parent 424dba4 commit 67f4ee8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

WORKSPACE

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ local_repository(
2424
load("//tensorflow_serving:repo.bzl", "tensorflow_http_archive")
2525
tensorflow_http_archive(
2626
name = "org_tensorflow",
27-
sha256 = "8e219d51dcc846c983188bfb6a2a3b8113507d269e71c88a81d0ffbcfa3e4880",
28-
git_commit = "4b55ed05d34b5be52067e450a2876d656f5ca7d8",
27+
sha256 = "49bc35a6a81acf497a59652a4c53a1ca52172257049c36a8203d2556ec13a2e8",
28+
git_commit = "d5f4a3f5ddc60df66d732cdba0c3ad1e51b7a339",
2929
)
3030

3131
# Import all of TensorFlow Serving's external dependencies.

tensorflow_serving/tools/pip_package/setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
# Set when releasing a new version of TensorFlow Serving (e.g. 1.0.0).
3434
_VERSION = '2.18.0-rc0'
3535
# Have this by default be open; releasing a new version will lock to TF version
36-
_TF_VERSION = '>=2.18.0-rc0,<3'
36+
_TF_VERSION = '>=2.18.0-rc2,<3'
3737
_TF_VERSION_SANITIZED = _TF_VERSION.replace('-', '')
3838

3939
project_name = 'tensorflow-serving-api'

0 commit comments

Comments
 (0)