From 062a8474869aa57d40e88246f1f821fad0aa2e75 Mon Sep 17 00:00:00 2001 From: Wayne Manselle Date: Thu, 4 Jul 2024 22:57:11 -0700 Subject: [PATCH] Pin high end of protobuf library --- requirements.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 95db2de..229daba 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,5 @@ grpcio >= 1.60.1 grpcio-reflection >= 1.60.1 -protobuf>=3.20.3 -protobuf<5 +protobuf>=3.20.3,<5.0.0dev google-api-core>=2.11.1 cryptography>=41.0.7 \ No newline at end of file