diff --git a/setup.py b/setup.py index 5f24463..467cb3a 100644 --- a/setup.py +++ b/setup.py @@ -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'