Skip to content

Commit

Permalink
Merge pull request #243 from NebraLtd/murat/add-grpcio-back
Browse files Browse the repository at this point in the history
Added grpcio back with correct version
  • Loading branch information
MuratUrsavas authored Apr 10, 2023
2 parents 11cdcef + a9fccfb commit 00f6681
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ requests>=2.28.1
retry==0.9.2
base58==2.1.1
protobuf==4.21.12
# grpcio NOTE: Every app has to install its own grpcio release in its requirements
grpcio>=1.50.1
packaging>=22.0
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

setup(
name='hm_pyhelper',
version='0.14.4',
version='0.14.5',
author="Nebra Ltd",
author_email="[email protected]",
description="Helium Python Helper",
Expand Down
2 changes: 1 addition & 1 deletion test-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ pytest==7.2.0
pytest-cov==4.0.0
flake8==6.0.0
responses==0.22.0
grpcio==1.53.0
grpcio>=1.50.1

0 comments on commit 00f6681

Please sign in to comment.