Skip to content

Commit

Permalink
Relax grpc to 1.66.2
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 721802054
  • Loading branch information
xingyousong authored and copybara-github committed Jan 31, 2025
1 parent 5b72a30 commit a8e190b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
sudo apt-get install -y libprotobuf-dev
python -m pip install --upgrade pip setuptools
pip install wheel
pip install grpcio-tools>=1.70.0
pip install grpcio-tools>=1.66.2
pip install pytest pytest-xdist
pip wheel -e .
pip install -e .
Expand Down
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ absl-py>=1.0.0
numpy>=1.21.5
protobuf>=3.6
portpicker>=1.3.1
grpcio>=1.70.0
grpcio-tools>=1.70.0
grpcio>=1.66.2
grpcio-tools>=1.66.2
googleapis-common-protos>=1.66.0
sqlalchemy>=1.4

0 comments on commit a8e190b

Please sign in to comment.