Skip to content

Upgrade grpcio #139

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 12 commits into
base: master
Choose a base branch
from
2 changes: 1 addition & 1 deletion dev-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ isort==5.12.0
types-requests==2.27.1
types-setuptools==57.4.3
types-psutil==5.8.0
grpcio-tools==1.43.0
grpcio-tools==1.64.1
types-dataclasses==0.6.6
pytest~=7.0.1
pytest-asyncio~=0.21.0
Expand Down
3 changes: 1 addition & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
psutil~=5.8.0
requests~=2.31.0
grpcio~=1.43.0
grpcio~=1.64.1
protobuf~=3.19.4
docker~=7.0.0
dataclasses~=0.8; python_version < '3.7'
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We no longer support 3.7 so this is not required.

typing-extensions>=4.9.0
pydantic~=1.10.2
pyelftools~=0.31
Expand Down
Loading