Skip to content

Commit

Permalink
Lock gRPC version (#19)
Browse files Browse the repository at this point in the history
  • Loading branch information
mrproliu authored Sep 1, 2024
1 parent db7bf13 commit e9be7a7
Show file tree
Hide file tree
Showing 5 changed files with 1,147 additions and 1,133 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ WORKDIR /app
COPY . /app

# Build the project with make
RUN python3 -m pip install grpcio-tools packaging \
RUN python3 -m pip install grpcio-tools==1.66.0 packaging \
&& python3 -m tools.grpc_gen \
&& python3 -m pip install .[all]

Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ endif

.PHONY: gen-basic
gen-basic:
python3 -m pip install grpcio-tools packaging
python3 -m pip install grpcio-tools==1.66.0 packaging
python3 -m tools.grpc_gen

.PHONY: install
Expand Down
Loading

0 comments on commit e9be7a7

Please sign in to comment.