From: Marc Foley Date: Thu, 10 Nov 2022 17:01:21 +0000 (+0000) Subject: Update setup.py X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=694bd56db56cd88d6a29e139c8001dfd325edc56;p=thirdparty%2Fgoogle%2Ffonts.git Update setup.py --- diff --git a/setup.py b/setup.py index 1f6ae624e7..105379ecf2 100644 --- a/setup.py +++ b/setup.py @@ -55,6 +55,6 @@ setup( install_requires=[ # 3.7.0 fixed a bug on parsing some METADATA.pb files. # We cannot use v4 because our protobuf files have been compiled with v3. - 'protobuf>=3.7.0, <=3.20.3', + 'protobuf>=3.7.0, <4', ] )