Skip to content

Commit c912147

Browse files
polm-stabilitypolm
andauthored
Fix Lib Versions (#286)
* Expand protobuf version range * Add 3.12 to unit testing * Bump lib version --------- Co-authored-by: Paul O'Leary McCann <polm@dampfkraft.com>
1 parent c3cce74 commit c912147

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/unit_testing.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
runs-on: ubuntu-latest
99
strategy:
1010
matrix:
11-
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"]
11+
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12"]
1212

1313
steps:
1414
- uses: actions/checkout@v3

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
setup(
1212
name='stability-sdk',
13-
version='0.8.5',
13+
version='0.8.6',
1414
author='Stability AI',
1515
author_email='support@stability.ai',
1616
maintainer='Stability AI',
@@ -26,7 +26,7 @@
2626
'grpcio-tools>=1.53.0,<1.64.0',
2727
'python-dotenv',
2828
'param',
29-
'protobuf==4.21.12'
29+
'protobuf>=4.21.12,<6.0.0'
3030
],
3131
extras_require={
3232
'dev': [

0 commit comments

Comments
 (0)