Skip to content

Commit d87f3ee

Browse files
authored
pin grpcio
1 parent 9b6e7b1 commit d87f3ee

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,12 +52,12 @@ endif
5252

5353
.PHONY: gen
5454
gen:
55-
poetry run pip install grpcio-tools packaging
55+
poetry run pip install grpcio-tools==1.68.0 packaging
5656
poetry run python3 tools/grpc_code_gen.py
5757

5858
.PHONY: gen-basic
5959
gen-basic:
60-
python3 -m pip install grpcio-tools packaging
60+
python3 -m pip install grpcio-tools==1.68.0 packaging
6161
python3 tools/grpc_code_gen.py
6262

6363
.PHONY: install

0 commit comments

Comments
 (0)