From 53f7ad0204ad425011da9162d1a78f8276c837eb Mon Sep 17 00:00:00 2001 From: cojenco Date: Thu, 16 Sep 2021 11:02:40 -0700 Subject: [PATCH] fix: add unpinned protobuf for python3 (#592) --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 191af3be2..d679c2727 100644 --- a/setup.py +++ b/setup.py @@ -38,6 +38,7 @@ "google-resumable-media >= 1.3.0, < 3.0dev; python_version>='3.6'", "requests >= 2.18.0, < 3.0.0dev", "protobuf < 3.18.0; python_version<'3.0'", + "protobuf; python_version>='3.6'", "googleapis-common-protos < 1.53.0; python_version<'3.0'", "six", ]