Skip to content

Commit

Permalink
Bump packages version to something compatible with Python 3.8/3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
kkszysiu committed Jan 18, 2023
1 parent d8f140f commit c08fd41
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@

install_requires=[
'Pillow',
'grpcio==1.48.1',
'grpcio-tools==1.48.1',
'grpcio==1.51.*,>=1.51.1',
'grpcio-tools==1.51.*,>=1.51.1',
'python-dotenv',
'protobuf==3.19.5'
'protobuf==4.21.*,>=4.21.12',
],
extras_require={
'dev': [
Expand Down

0 comments on commit c08fd41

Please sign in to comment.