Skip to content

Commit 8ff162a

Browse files
authored
[raydp-332] Fix security issue of protobuf < 3.19.5 (#333)
Signed-off-by: jiafu zhang <jiafu.zhang@intel.com>
1 parent 5f351a8 commit 8ff162a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ def run(self):
102102
"ray >= 2.1.0",
103103
"pyspark >= 3.1.1, <= 3.3.2",
104104
"netifaces",
105-
"protobuf >= 3.15.3, <= 3.20.3, != 3.19.5"
105+
"protobuf > 3.19.5, <= 3.20.3"
106106
]
107107

108108
_packages = find_packages()

0 commit comments

Comments
 (0)