Skip to content

Commit

Permalink
Fix python grpcio version (#472)
Browse files Browse the repository at this point in the history
* update grpcio versions

* Update requirements.txt
  • Loading branch information
Vibaswan authored Sep 2, 2024
1 parent 93e3853 commit 27e077b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions openapiart/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ 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'
grpcio~=1.59.0 ; python_version > '3.6'
grpcio~=1.35.0 ; python_version <= '3.6'
grpcio~=1.44.0 ; python_version <= '3.6'

0 comments on commit 27e077b

Please sign in to comment.