Skip to content

Commit

Permalink
Bump grpcio version
Browse files Browse the repository at this point in the history
Required for Python 3.12
  • Loading branch information
polm committed May 2, 2024
1 parent 45657b7 commit ad84254
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
long_description_content_type="text/markdown",
install_requires=[
'Pillow',
'grpcio==1.53.0',
'grpcio-tools==1.53.0',
'grpcio==1.63.0',
'grpcio-tools==1.63.0',
'python-dotenv',
'param',
'protobuf==4.21.12'
Expand Down

0 comments on commit ad84254

Please sign in to comment.