Skip to content

Commit

Permalink
Pin protobuf version (#44)
Browse files Browse the repository at this point in the history
* Update requirements.txt

* rm magic, pin protobuf
  • Loading branch information
dmarx authored Sep 16, 2022
1 parent ad28394 commit d8e630d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@ Pillow
grpcio
grpcio-tools
python-dotenv
protobuf==3.20.1
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setup(
name='stability-sdk',
version='0.2.2',
version='0.2.3',
author='Wes Brown',
author_email='[email protected]',
maintainer='David Marx',
Expand All @@ -22,7 +22,7 @@
'grpcio',
'grpcio-tools',
'python-dotenv',
'python-magic',
'protobuf==3.20.1',
],
packages=find_packages(
where='src',
Expand Down

0 comments on commit d8e630d

Please sign in to comment.