From d8e630d0e113383cef078da8bee6a769730d7f0e Mon Sep 17 00:00:00 2001 From: David Marx Date: Fri, 16 Sep 2022 14:12:01 -0700 Subject: [PATCH] Pin protobuf version (#44) * Update requirements.txt * rm magic, pin protobuf --- requirements.txt | 1 + setup.py | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index c25ab8c5..bf1f4f05 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,3 +2,4 @@ Pillow grpcio grpcio-tools python-dotenv +protobuf==3.20.1 diff --git a/setup.py b/setup.py index d6ed166d..f5357c11 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setup( name='stability-sdk', - version='0.2.2', + version='0.2.3', author='Wes Brown', author_email='wesbrown18@gmail.com', maintainer='David Marx', @@ -22,7 +22,7 @@ 'grpcio', 'grpcio-tools', 'python-dotenv', - 'python-magic', + 'protobuf==3.20.1', ], packages=find_packages( where='src',