From adf7668d8d2552e6e5a432ba50d0b9d6426cf91c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marco=20L=C3=BCthy?= Date: Fri, 20 Oct 2023 19:42:35 +0200 Subject: [PATCH] Bump grpcio to 1.59.0 --- setup.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/setup.py b/setup.py index e2a95f8..79e3fb3 100644 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ setup( name='stability-sdk', - version='0.8.4', + version='0.8.5', author='Stability AI', author_email='support@stability.ai', maintainer='Stability AI', @@ -22,8 +22,8 @@ long_description_content_type="text/markdown", install_requires=[ 'Pillow', - 'grpcio==1.53.0', - 'grpcio-tools==1.53.0', + 'grpcio==1.59.0', + 'grpcio-tools==1.59.0', 'python-dotenv', 'param', 'protobuf==4.21.12'