From 1fb26c57ecfd72703289de9921f7ae1b62965b0b Mon Sep 17 00:00:00 2001 From: Boyuan Li Date: Fri, 20 Jun 2025 12:46:01 -0700 Subject: [PATCH] Fix the vulnerability due to protobuf version Differential Revision: D77037884 --- dev-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index 474edd3bb..da6cafba2 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -14,7 +14,7 @@ hydra-core ipython kfp==1.8.22 # pin protobuf to the version that is required by kfp -protobuf==3.20.3 +protobuf==4.25.8 mlflow-skinny moto~=5.0.8 pyre-extensions