Stability-AI / stability-sdk

SDK for interacting with stability.ai APIs (e.g. stable diffusion inference)
https://platform.stability.ai/
MIT License
2.42k stars 336 forks source link

Python 3.11 support #209

Closed palp closed 1 year ago

palp commented 1 year ago

Re-creating and merging #178

sonarcloud[bot] commented 1 year ago

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

prusnak commented 1 year ago

grpc 1.52.0 has been yanked by the upstream, so stability-sdk is not installable at the moment, see https://pypi.org/project/grpcio/#history

Fix in https://github.com/Stability-AI/stability-sdk/pull/211