From c5cda9b3c67eaf1bbf510549d896abfd11048853 Mon Sep 17 00:00:00 2001 From: 0xFF0 <42574567+0xFF0@users.noreply.github.com> Date: Wed, 21 Sep 2022 21:11:35 -0400 Subject: [PATCH] Update setup.cfg 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 --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 2910f5df..9359c6f3 100644 --- a/setup.cfg +++ b/setup.cfg @@ -38,7 +38,7 @@ install_requires = 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