diff --git a/setup.py b/setup.py index 5f24463..cdfbf27 100644 --- a/setup.py +++ b/setup.py @@ -22,7 +22,7 @@ long_description_content_type="text/markdown", install_requires=[ 'Pillow', - 'grpcio==1.53.0', + 'grpcio==1.53.2', 'grpcio-tools==1.53.0', 'python-dotenv', 'param',