From ad502adc371fa0e1208548b7db5e82197f508557 Mon Sep 17 00:00:00 2001 From: 0xFF0 <42574567+0xFF0@users.noreply.github.com> Date: Wed, 21 Sep 2022 21:12:17 -0400 Subject: [PATCH] Update requirements.txt Problem with protobuf (ref [1] ) "error: protobuf 3.15.8 is installed but protobuf<4.0.0dev,>=3.20.1 is required by {'google-api-core'}" [1]: https://github.com/protocolbuffers/protobuf/issues/10051 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 703d1f25..ee74da91 100644 --- a/requirements.txt +++ b/requirements.txt @@ -12,7 +12,7 @@ google-api-python-client==1.8.3 google-auth<2.0dev,>=1.21.1 httplib2>=0.15.0 service_identity==17.0.0 -protobuf==3.15.8 +protobuf==3.20.1 pyopenssl==17.5.0 six==1.13.0 click==7.1.2