Skip to content

Commit 424dba4

Browse files
Mark Tensorflow compatible with Protobuf v26+. (tensorflow#2261)
PiperOrigin-RevId: 684959261 Co-authored-by: A. Unique TensorFlower <[email protected]>
1 parent d6d4022 commit 424dba4

File tree

1 file changed

+1
-1
lines changed
  • tensorflow_serving/tools/pip_package

1 file changed

+1
-1
lines changed

tensorflow_serving/tools/pip_package/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
# Match versions to what TF needs here:
6464
# https://github.com/tensorflow/tensorflow/blob/master/tensorflow/tools/pip_package/setup.py
6565
'grpcio >= 1.24.3, < 2.0',
66-
'protobuf>=3.20.3,<5.0.0dev,!=4.21.0,!=4.21.1,!=4.21.2,!=4.21.3,!=4.21.4,!=4.21.5',
66+
'protobuf>=3.20.3,<6.0.0dev,!=4.21.0,!=4.21.1,!=4.21.2,!=4.21.3,!=4.21.4,!=4.21.5',
6767
] + _TF_REQ
6868

6969
setup(

0 commit comments

Comments
 (0)