Skip to content

Commit

Permalink
bump up grpcio version to fix mac m1 ci issue (#4976)
Browse files Browse the repository at this point in the history
  • Loading branch information
hanw authored Oct 23, 2024
1 parent b4a9df0 commit c05b04c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ clang-format==18.1.0
isort==5.13.2; python_version > '3.6'
black==24.3.0; python_version > '3.6'
protobuf==3.20.2; python_version > '3.6'
grpcio==1.59.3; python_version > '3.6'
grpcio==1.67.0; python_version > '3.6'
googleapis-common-protos==1.53.0; python_version > '3.6'
# Ubuntu 18.04 uses Python 3.6, which is not supported by recent versions of Protobuf and Black.
protobuf==3.19.2; python_version <= '3.6'
Expand Down

0 comments on commit c05b04c

Please sign in to comment.