From f28b8a9902c7fd80142e0008b03377462eb9ebfb Mon Sep 17 00:00:00 2001 From: Anthonios Partheniou Date: Tue, 11 Jun 2024 11:56:59 -0400 Subject: [PATCH] fix: allow protobuf <6 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index e9a93816..705d773a 100644 --- a/setup.py +++ b/setup.py @@ -42,7 +42,7 @@ long_description=README, platforms="Posix; MacOS X", include_package_data=True, - install_requires=("protobuf >=5.27.1, <5.28.0",), + install_requires=("protobuf >=3.19.0, <6.0.0dev",), extras_require={ "testing": [ "google-api-core >= 1.31.5",