We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 41f1dc1 commit 1a9984aCopy full SHA for 1a9984a
1 file changed
setup.py
@@ -7,7 +7,7 @@
7
8
setup(
9
name='stability-sdk',
10
- version='0.5.0',
+ version='0.6.0',
11
author='Stability AI',
12
author_email='support@stability.ai',
13
maintainer='Stability AI',
@@ -21,8 +21,8 @@
21
22
install_requires=[
23
'Pillow',
24
- 'grpcio==1.52.0',
25
- 'grpcio-tools==1.52.0',
+ 'grpcio==1.53.0',
+ 'grpcio-tools==1.53.0',
26
'python-dotenv',
27
'protobuf==4.21.12'
28
],
0 commit comments