Skip to content
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

Revert "[pmon] update gRPC version to 1.57.0 (#16257)" #17390

Merged
merged 1 commit into from
Dec 4, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions dockers/docker-platform-monitor/Dockerfile.j2
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ RUN apt-get update && \
# doesn't ensure all dependencies are installed in the container. So here we
# install any dependencies required by the Arista sonic_platform package.
# TODO: eliminate the need to install these explicitly.
RUN pip3 install grpcio==1.57.0 \
grpcio-tools==1.57.0
RUN pip3 install grpcio==1.39.0 \
grpcio-tools==1.39.0

# Barefoot platform vendors' sonic_platform packages import the Python 'thrift' library
RUN pip3 install thrift==0.13.0
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
attrs==20.3.0
grpcio==1.57.0
grpcio-tools==1.57.0
grpcio==1.39.0
grpcio-tools==1.39.0
guacamole==0.9.2
importlib-metadata==1.6.0
jsonschema==2.6.0
Expand All @@ -10,4 +10,4 @@ protobuf==3.20.3
pyrsistent==0.15.5
python_sdk_api==4.5.4318
thrift==0.13.0
zipp==1.0.0
zipp==1.0.0