Skip to content

Commit

Permalink
Bump grpcio version (#285)
Browse files Browse the repository at this point in the history
* Bump grpcio version

Required for Python 3.12

* Make the version a range

This should help tests on older Python versions, probably?

---------

Co-authored-by: Paul O'Leary McCann <[email protected]>
  • Loading branch information
polm-stability and polm authored May 7, 2024
1 parent 45657b7 commit c3cce74
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.53.0,<1.64.0',
'grpcio-tools>=1.53.0,<1.64.0',
'python-dotenv',
'param',
'protobuf==4.21.12'
Expand Down

0 comments on commit c3cce74

Please sign in to comment.