Skip to content

Commit

Permalink
update grpcio versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Vibaswan authored Sep 2, 2024
1 parent 93e3853 commit 7bfa4f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openapiart/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ typing_extensions ; python_version > '2.7'
click==8.0.4; python_version > '2.7' # this is added because of the black failure in CI
black==22.1.0 ; python_version > '2.7'
grpcio-tools~=1.59.0 ; python_version > '3.6'
grpcio-tools~=1.35.0 ; python_version <= '3.6'
grpcio-tools~=1.44.0 ; python_version <= '3.6'
pipreqs==0.4.11; python_version > '2.7'
protobuf~=3.15.0 ; python_version <= '3.6'
protobuf~=4.24.4 ; python_version > '3.6'
Expand Down

0 comments on commit 7bfa4f6

Please sign in to comment.