Skip to content

Commit

Permalink
Fix Lib Versions (#286)
Browse files Browse the repository at this point in the history
* Expand protobuf version range

* Add 3.12 to unit testing

* Bump lib version

---------

Co-authored-by: Paul O'Leary McCann <[email protected]>
  • Loading branch information
polm-stability and polm authored May 8, 2024
1 parent c3cce74 commit c912147
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/unit_testing.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"]
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12"]

steps:
- uses: actions/checkout@v3
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

setup(
name='stability-sdk',
version='0.8.5',
version='0.8.6',
author='Stability AI',
author_email='[email protected]',
maintainer='Stability AI',
Expand All @@ -26,7 +26,7 @@
'grpcio-tools>=1.53.0,<1.64.0',
'python-dotenv',
'param',
'protobuf==4.21.12'
'protobuf>=4.21.12,<6.0.0'
],
extras_require={
'dev': [
Expand Down

0 comments on commit c912147

Please sign in to comment.