-
Notifications
You must be signed in to change notification settings - Fork 8
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
Upgrade grpcio #139
base: master
Are you sure you want to change the base?
Upgrade grpcio #139
Conversation
protobuf~=3.19.4 | ||
docker~=5.0.0 | ||
dataclasses~=0.8; python_version < '3.7' |
There was a problem hiding this comment.
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.
requirements.txt
Outdated
@@ -1,9 +1,8 @@ | |||
psutil~=5.8.0 | |||
requests~=2.27.1 | |||
grpcio~=1.43.0 | |||
grpcio~=1.53.0 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The main motive for it is upgrading gprofiler to python 3.11 which requires newer grpcio.
Pending test - I will run gProfiler on a box which runs k8s CRI and ensure gProfiler is able to use the |
I am waiting for next grcpio releases to ensure it doesn't hang gProfiler anymore. |
No description provided.