From 8148fdb37ae38702263cfcc609da43029083ba55 Mon Sep 17 00:00:00 2001 From: Krithika Sundararajan Date: Fri, 10 Nov 2023 16:09:38 +0800 Subject: [PATCH] Relax Python SDK protobuf dependency --- caraml-store-sdk/python/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/caraml-store-sdk/python/setup.py b/caraml-store-sdk/python/setup.py index 38c31fa..ed1672e 100644 --- a/caraml-store-sdk/python/setup.py +++ b/caraml-store-sdk/python/setup.py @@ -9,7 +9,7 @@ REQUIRED = [ "grpcio>=1.50.0", - "protobuf>=4.21.9", + "protobuf>=3.20.0", "PyYAML>=6.0.0", "croniter==1.*", ]